Skip to content

Commit a30b61c

Browse files
authored
remove hyperf/utils compoent (#7411)
1 parent 8ec4b4f commit a30b61c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@
1717
},
1818
"require": {
1919
"php": ">=8.1",
20+
"hyperf/collection": "~3.1.0",
21+
"hyperf/context": "~3.1.0",
2022
"hyperf/contract": "~3.1.0",
23+
"hyperf/coordinator": "~3.1.0",
24+
"hyperf/coroutine": "~3.1.0",
2125
"hyperf/di": "~3.1.0",
26+
"hyperf/engine": "~3.1.0",
2227
"hyperf/guzzle": "~3.1.0",
28+
"hyperf/stringable": "~3.1.0",
2329
"hyperf/support": "~3.1.0",
24-
"hyperf/utils": "~3.1.0",
2530
"jcchavezs/zipkin-opentracing": "^2.0",
2631
"opentracing/opentracing": "^1.0",
2732
"psr/http-message": "^1.0 || ^2.0"

0 commit comments

Comments
 (0)