Skip to content

Commit bda78d4

Browse files
authored
remove hyperf/utils compoent (#7411)
1 parent f7daebd commit bda78d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
"php": ">=8.1",
1414
"hyperf/codec": "~3.1.0",
1515
"hyperf/collection": "~3.1.0",
16+
"hyperf/context": "~3.1.0",
1617
"hyperf/contract": "~3.1.0",
18+
"hyperf/coordinator": "~3.1.0",
1719
"hyperf/coroutine": "~3.1.0",
1820
"hyperf/http-message": "~3.1.0",
1921
"hyperf/http-server": "~3.1.0",
22+
"hyperf/macroable": "~3.1.0",
23+
"hyperf/stringable": "~3.1.0",
2024
"hyperf/support": "~3.1.0",
21-
"hyperf/utils": "~3.1.0",
2225
"phpunit/phpunit": "^10.0",
2326
"psr/container": "^1.0 || ^2.0",
2427
"symfony/http-foundation": "^5.4 || ^6.0"

0 commit comments

Comments
 (0)