We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec4b4f commit a30b61cCopy full SHA for a30b61c
1 file changed
composer.json
@@ -17,11 +17,16 @@
17
},
18
"require": {
19
"php": ">=8.1",
20
+ "hyperf/collection": "~3.1.0",
21
+ "hyperf/context": "~3.1.0",
22
"hyperf/contract": "~3.1.0",
23
+ "hyperf/coordinator": "~3.1.0",
24
+ "hyperf/coroutine": "~3.1.0",
25
"hyperf/di": "~3.1.0",
26
+ "hyperf/engine": "~3.1.0",
27
"hyperf/guzzle": "~3.1.0",
28
+ "hyperf/stringable": "~3.1.0",
29
"hyperf/support": "~3.1.0",
- "hyperf/utils": "~3.1.0",
30
"jcchavezs/zipkin-opentracing": "^2.0",
31
"opentracing/opentracing": "^1.0",
32
"psr/http-message": "^1.0 || ^2.0"
0 commit comments