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 d87d297 commit 5518643Copy full SHA for 5518643
1 file changed
composer.json
@@ -20,14 +20,20 @@
20
},
21
"require": {
22
"php": ">=8.1",
23
- "hyperf/tappable": "~3.1.0",
+ "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",
29
"hyperf/support": "~3.1.0",
- "hyperf/utils": "~3.1.0",
30
+ "hyperf/tappable": "~3.1.0",
31
"psr/event-dispatcher": "^1.0",
32
"symfony/console": "^5.0|^6.0"
33
34
"suggest": {
- "hyperf/di": "Required to use annotations."
35
+ "hyperf/di": "Required to use annotations.",
36
+ "hyperf/event": "Required to use listeners."
37
38
"config": {
39
"sort-packages": true
0 commit comments