mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-04 12:47:55 +08:00
Update composer.json for watcher. (#2776)
This commit is contained in:
parent
7d92c9412c
commit
73e7b79f7d
@ -20,14 +20,14 @@
|
||||
"require": {
|
||||
"php": ">=7.2",
|
||||
"ext-swoole": ">=4.5",
|
||||
"hyperf/command": "2.0.*",
|
||||
"hyperf/di": "2.0.*",
|
||||
"hyperf/framework": "2.0.*"
|
||||
"hyperf/command": "~2.1.0",
|
||||
"hyperf/di": "~2.1.0",
|
||||
"hyperf/framework": "~2.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.14",
|
||||
"phpstan/phpstan": "^0.12",
|
||||
"hyperf/testing": "2.0.*"
|
||||
"hyperf/testing": "~2.1.0"
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
|
Loading…
Reference in New Issue
Block a user