mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 18:57:51 +08:00
Fixed hyperf components version.
This commit is contained in:
parent
3255a0fd1e
commit
235354bd87
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user