Skip to content

Commit 3996440

Browse files
authored
remove hyperf/utils compoent (#7411)
1 parent b032916 commit 3996440

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"require": {
2020
"php": ">=8.1",
2121
"hyperf/code-parser": "~3.1.0",
22+
"hyperf/collection": "~3.1.0",
2223
"hyperf/command": "~3.1.0",
24+
"hyperf/context": "~3.1.0",
2325
"hyperf/contract": "~3.1.0",
2426
"hyperf/di": "~3.1.0",
25-
"hyperf/support": "~3.1.0",
26-
"hyperf/utils": "~3.1.0"
27+
"hyperf/stringable": "~3.1.0",
28+
"hyperf/support": "~3.1.0"
2729
},
2830
"autoload": {
2931
"psr-4": {

0 commit comments

Comments
 (0)