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 899b7db commit c77d7e6Copy full SHA for c77d7e6
composer.json
@@ -16,13 +16,13 @@
16
"pull-request": "https://github.com/hyperf/hyperf/pulls"
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/coroutine": "~3.1.0",
24
- "hyperf/macroable": "~3.1.0",
25
- "hyperf/stringable": "~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/macroable": "~3.2.0",
+ "hyperf/stringable": "~3.2.0"
26
27
"suggest": {
28
"nesbot/carbon": "Use Carbon as DateTime object.(^2.0)"
0 commit comments