We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2599c30 commit 02430c8Copy full SHA for 02430c8
composer.cn.json
@@ -27,7 +27,7 @@
27
},
28
"require-dev": {
29
"swoft/swoole-ide-helper": "dev-master",
30
- "phpunit/phpunit": "^7.5",
+ "phpunit/phpunit": "^7.5 || ^8.0",
31
"swoft/devtool": "~2.0.0"
32
33
"autoload": {
composer.json
@@ -40,7 +40,7 @@
40
41
"swoft/swlib": "~2.0.0",
42
43
- "phpunit/phpunit": "^7.5"
+ "phpunit/phpunit": "^7.5 || ^8.0"
44
45
46
"psr-4": {
dev.composer.json
@@ -18,7 +18,7 @@
18
19
20
21
22
23
24
0 commit comments