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 7b317d3 commit 494109cCopy full SHA for 494109c
composer.json
@@ -18,11 +18,11 @@
18
"pull-request": "https://github.com/hyperf/hyperf/pulls"
19
},
20
"require": {
21
- "php": ">=8.1",
+ "php": ">=8.2",
22
"fig/http-message-util": "^1.1.2",
23
- "hyperf/contract": "~3.1.0",
24
- "hyperf/coordinator": "~3.1.0",
25
- "hyperf/coroutine": "~3.1.0",
+ "hyperf/contract": "~3.2.0",
+ "hyperf/coordinator": "~3.2.0",
+ "hyperf/coroutine": "~3.2.0",
26
"psr/container": "^1.0 || ^2.0",
27
"psr/event-dispatcher": "^1.0",
28
"psr/log": "^1.0 || ^2.0 || ^3.0"
0 commit comments