Fixed hyperf components version.

This commit is contained in:
李铭昕 2019-08-28 11:45:14 +08:00
parent 3255a0fd1e
commit 235354bd87
3 changed files with 2 additions and 5 deletions

View File

@ -27,7 +27,6 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/testing": "1.0.*",
"phpstan/phpstan": "^0.10.5",
"swoft/swoole-ide-helper": "dev-master"
},

View File

@ -25,7 +25,6 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/testing": "1.0.*",
"phpstan/phpstan": "^0.10.5",
"swoft/swoole-ide-helper": "dev-master"
},

View File

@ -22,13 +22,12 @@
},
"require": {
"php": ">=7.2",
"hyperf/contract": "1.0.*",
"hyperf/utils": "1.0.*",
"hyperf/contract": "~1.1.0",
"hyperf/utils": "~1.1.0",
"psr/container": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/testing": "1.0.*",
"mockery/mockery": "^1.2",
"phpstan/phpstan": "^0.10.5"
},