Skip to content

Commit 9ff5977

Browse files
committed
beta 升级至hyperf 3.0
1 parent 76adb5d commit 9ff5977

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"php": ">=8.0",
3232
"ext-json": "*",
3333
"guanguans/soar-php": "^2.0",
34-
"hyperf/config": "3.0.*",
35-
"hyperf/database": "3.0.*",
36-
"hyperf/di": "3.0.*",
37-
"hyperf/event": "3.0.*",
38-
"hyperf/http-message": "3.0.*"
34+
"hyperf/config": "^3.0",
35+
"hyperf/database": "^3.0",
36+
"hyperf/di": "^3.0",
37+
"hyperf/event": "^3.0",
38+
"hyperf/http-message": "^3.0"
3939
},
4040
"require-dev": {
4141
"friendsofphp/php-cs-fixer": "^3.0",
4242
"mockery/mockery": "^1.0",
4343
"phpstan/phpstan": "^0.12",
4444
"phpunit/phpunit": ">=7.0",
45-
"swoole/ide-helper": "^4.7",
45+
"swoole/ide-helper": "^5.0",
4646
"swow/swow": "dev-develop",
4747
"symfony/var-dumper": "^5.1"
4848
},

0 commit comments

Comments
 (0)