Skip to content

Commit 850fd4e

Browse files
author
cc
committed
update
1 parent 3b71637 commit 850fd4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
},
2222
"require": {
2323
"php": ">=8.0",
24-
"hyperf/framework": "3.0.*",
25-
"hyperf/di": "3.0.*"
24+
"hyperf/framework": "^3.0",
25+
"hyperf/di": "^3.0"
2626
},
2727
"require-dev": {
2828
"friendsofphp/php-cs-fixer": "^3.0",
2929
"mockery/mockery": "^1.0",
3030
"phpstan/phpstan": "^1.0",
3131
"phpunit/phpunit": ">=7.0",
32-
"swoole/ide-helper": "^4.5"
32+
"swoole/ide-helper": "^4.5||^6.0"
3333
},
3434
"suggest": {
3535
"swow/swow": "Required to create swow components."

0 commit comments

Comments
 (0)