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 4304727 commit c18a6c9Copy full SHA for c18a6c9
composer.json
@@ -9,15 +9,15 @@
9
"command"
10
],
11
"require": {
12
- "php": ">=8.1",
13
- "hyperf/collection": "~3.1.0",
14
- "hyperf/context": "~3.1.0",
15
- "hyperf/contract": "~3.1.0",
16
- "hyperf/coroutine": "~3.1.0",
17
- "hyperf/di": "~3.1.0",
18
- "hyperf/stringable": "~3.1.0",
19
- "hyperf/support": "~3.1.0",
20
- "hyperf/tappable": "~3.1.0",
+ "php": ">=8.2",
+ "hyperf/collection": "~3.2.0",
+ "hyperf/context": "~3.2.0",
+ "hyperf/contract": "~3.2.0",
+ "hyperf/coroutine": "~3.2.0",
+ "hyperf/di": "~3.2.0",
+ "hyperf/stringable": "~3.2.0",
+ "hyperf/support": "~3.2.0",
+ "hyperf/tappable": "~3.2.0",
21
"psr/event-dispatcher": "^1.0",
22
"symfony/console": "^5.0 || ^6.0 || ^7.0"
23
},
0 commit comments