Skip to content

Commit 01a27ec

Browse files
authored
Merge pull request #1425 from ulue/dev2
2 parents 2599c30 + 9bf50ff commit 01a27ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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": {

dev.composer.json composer.dev.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"php": ">7.1",
1313
"ext-pdo": "*",
1414
"ext-json": "*",
15-
"ext-swoole": ">=4.3",
1615
"swoft/component": "dev-master as 2.0",
1716
"swoft/ext": "dev-master as 2.0"
1817
},
1918
"require-dev": {
19+
"swoft/swlib": "~2.0.0",
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": {

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": {

0 commit comments

Comments
 (0)