Skip to content

Commit 9965cfb

Browse files
authored
支持hyperf2.2
1 parent 82da4df commit 9965cfb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"require": {
1919
"php": ">=7.3",
2020
"ext-swoole": ">=4.5",
21-
"hyperf/command": "^2.0.0",
22-
"nette/php-generator": "^3.3",
23-
"hyperf/db-connection": "~2.1.0"
21+
"nette/php-generator": "^3.3"
2422
},
2523
"autoload": {
2624
"psr-4": {
@@ -31,7 +29,9 @@
3129
]
3230
},
3331
"suggest": {
34-
"hyperf/admin": "Required to use AbstractAdminController"
32+
"hyperf/admin": "Required to use AbstractAdminController",
33+
"hyperf/command": "^2.2.*",
34+
"hyperf/db-connection": "~2.2.*"
3535
},
3636
"extra": {
3737
"hyperf": {

0 commit comments

Comments
 (0)