Skip to content

Commit f2c5732

Browse files
authored
remove hyperf/utils compoent (#7411)
1 parent 29f49ba commit f2c5732

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
@@ -19,9 +19,11 @@
1919
"hyperf/codec": "~3.1.0",
2020
"hyperf/collection": "~3.1.0",
2121
"hyperf/command": "~3.1.0",
22+
"hyperf/context": "~3.1.0",
2223
"hyperf/contract": "~3.1.0",
24+
"hyperf/coroutine": "~3.1.0",
25+
"hyperf/stringable": "~3.1.0",
2326
"hyperf/support": "~3.1.0",
24-
"hyperf/utils": "~3.1.0",
2527
"psr/container": "^1.0 || ^2.0",
2628
"psr/event-dispatcher": "^1.0"
2729
},

0 commit comments

Comments
 (0)