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 29f49ba commit df50343Copy full SHA for df50343
composer.json
@@ -15,13 +15,13 @@
15
"pull-request": "https://github.com/hyperf/hyperf/pulls"
16
},
17
"require": {
18
- "php": ">=8.1",
19
- "hyperf/codec": "~3.1.0",
20
- "hyperf/collection": "~3.1.0",
21
- "hyperf/command": "~3.1.0",
22
- "hyperf/contract": "~3.1.0",
23
- "hyperf/support": "~3.1.0",
24
- "hyperf/utils": "~3.1.0",
+ "php": ">=8.2",
+ "hyperf/codec": "~3.2.0",
+ "hyperf/collection": "~3.2.0",
+ "hyperf/command": "~3.2.0",
+ "hyperf/contract": "~3.2.0",
+ "hyperf/support": "~3.2.0",
+ "hyperf/utils": "~3.2.0",
25
"psr/container": "^1.0 || ^2.0",
26
"psr/event-dispatcher": "^1.0"
27
0 commit comments