Update composer.json for watcher. (#2776)

This commit is contained in:
李铭昕 2020-11-06 13:40:22 +08:00 committed by GitHub
parent 7d92c9412c
commit 73e7b79f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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