Skip to content

Commit

Permalink
Merge pull request #1425 from ulue/dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed May 6, 2021
2 parents 2599c30 + 9bf50ff commit 01a27ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require-dev": {
"swoft/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^7.5 || ^8.0",
"swoft/devtool": "~2.0.0"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions dev.composer.json → composer.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"php": ">7.1",
"ext-pdo": "*",
"ext-json": "*",
"ext-swoole": ">=4.3",
"swoft/component": "dev-master as 2.0",
"swoft/ext": "dev-master as 2.0"
},
"require-dev": {
"swoft/swlib": "~2.0.0",
"swoft/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"require-dev": {
"swoft/swlib": "~2.0.0",
"swoft/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 01a27ec

Please sign in to comment.