Skip to content

Commit 02430c8

Browse files
committed
update for phpunit version
1 parent 2599c30 commit 02430c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.cn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"require-dev": {
2929
"swoft/swoole-ide-helper": "dev-master",
30-
"phpunit/phpunit": "^7.5",
30+
"phpunit/phpunit": "^7.5 || ^8.0",
3131
"swoft/devtool": "~2.0.0"
3232
},
3333
"autoload": {

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"require-dev": {
4141
"swoft/swlib": "~2.0.0",
4242
"swoft/swoole-ide-helper": "dev-master",
43-
"phpunit/phpunit": "^7.5"
43+
"phpunit/phpunit": "^7.5 || ^8.0"
4444
},
4545
"autoload": {
4646
"psr-4": {

dev.composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"swoft/swoole-ide-helper": "dev-master",
21-
"phpunit/phpunit": "^7.5"
21+
"phpunit/phpunit": "^7.5 || ^8.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)