Skip to content

Commit 5518643

Browse files
authored
Removed useless utils component. (#5863)
1 parent d87d297 commit 5518643

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,20 @@
2020
},
2121
"require": {
2222
"php": ">=8.1",
23-
"hyperf/tappable": "~3.1.0",
23+
"hyperf/collection": "~3.1.0",
24+
"hyperf/context": "~3.1.0",
25+
"hyperf/contract": "~3.1.0",
26+
"hyperf/coroutine": "~3.1.0",
27+
"hyperf/di": "~3.1.0",
28+
"hyperf/stringable": "~3.1.0",
2429
"hyperf/support": "~3.1.0",
25-
"hyperf/utils": "~3.1.0",
30+
"hyperf/tappable": "~3.1.0",
2631
"psr/event-dispatcher": "^1.0",
2732
"symfony/console": "^5.0|^6.0"
2833
},
2934
"suggest": {
30-
"hyperf/di": "Required to use annotations."
35+
"hyperf/di": "Required to use annotations.",
36+
"hyperf/event": "Required to use listeners."
3137
},
3238
"config": {
3339
"sort-packages": true

0 commit comments

Comments
 (0)