Skip to content

Commit 322cb02

Browse files
authored
remove hyperf/utils compoent (#7411)
1 parent d5425d0 commit 322cb02

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@
1616
},
1717
"require": {
1818
"php": ">=8.1",
19+
"hyperf/context": "~3.1.0",
20+
"hyperf/contract": "~3.1.0",
21+
"hyperf/coordinator": "~3.1.0",
22+
"hyperf/coroutine": "~3.1.0",
23+
"hyperf/engine": "~3.1.0",
1924
"hyperf/pool": "~3.1.0",
2025
"hyperf/process": "~3.1.0",
2126
"hyperf/support": "~3.1.0",
22-
"hyperf/utils": "~3.1.0",
2327
"longlang/phpkafka": "^1.2.3",
2428
"psr/container": "^1.0 || ^2.0"
2529
},

0 commit comments

Comments
 (0)