Skip to content

Commit 428e4d0

Browse files
authored
remove hyperf/utils compoent (#7411)
1 parent c770ebf commit 428e4d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"hyperf/collection": "~3.1.0",
21+
"hyperf/context": "~3.1.0",
2122
"hyperf/contract": "~3.1.0",
23+
"hyperf/coordinator": "~3.1.0",
24+
"hyperf/engine": "~3.1.0",
2225
"hyperf/exception-handler": "~3.1.0",
2326
"hyperf/http-server": "~3.1.0",
2427
"hyperf/support": "~3.1.0",
25-
"hyperf/utils": "~3.1.0",
2628
"psr/container": "^1.0 || ^2.0",
2729
"psr/event-dispatcher": "^1.0"
2830
},

0 commit comments

Comments
 (0)