Skip to content

Commit 59aa02c

Browse files
authored
remove hyperf/utils compoent (#7411)
1 parent 004dd81 commit 59aa02c

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
@@ -17,9 +17,12 @@
1717
},
1818
"require": {
1919
"php": ">=8.1",
20+
"hyperf/context": "~3.1.0",
2021
"hyperf/contract": "~3.1.0",
22+
"hyperf/coordinator": "~3.1.0",
23+
"hyperf/coroutine": "~3.1.0",
24+
"hyperf/engine": "~3.1.0",
2125
"hyperf/support": "~3.1.0",
22-
"hyperf/utils": "~3.1.0",
2326
"psr/container": "^1.0 || ^2.0"
2427
},
2528
"suggest": {

0 commit comments

Comments
 (0)