Skip to content

Commit

Permalink
hyperf 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfangxu committed Jun 22, 2020
1 parent 7caf075 commit 7d6e705
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"require": {
"php": ">=7.2",
"ext-swoole": ">=4.4",
"hyperf/framework": "1.1.*",
"hyperf/di": "1.1.*"
"ext-swoole": ">=4.5",
"hyperf/framework": "~2.0.0",
"hyperf/di": "~2.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"phpstan/phpstan": "^0.10.5",
"hyperf/testing": "1.1.*",
"swoft/swoole-ide-helper": "dev-master"
"phpstan/phpstan": "^0.12",
"hyperf/testing": "~2.0.0",
"swoole/ide-helper": "^4.5"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 7d6e705

Please sign in to comment.