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 89ab60e commit d4caaadCopy full SHA for d4caaad
composer.json
@@ -16,12 +16,12 @@
16
"pull-request": "https://github.com/hyperf/hyperf/pulls"
17
},
18
"require": {
19
- "php": ">=8.1",
+ "php": ">=8.2",
20
"ext-mbstring": "*",
21
- "hyperf/collection": "~3.1.0",
22
- "hyperf/conditionable": "~3.1.0",
23
- "hyperf/macroable": "~3.1.0",
24
- "hyperf/tappable": "~3.1.0"
+ "hyperf/collection": "~3.2.0",
+ "hyperf/conditionable": "~3.2.0",
+ "hyperf/macroable": "~3.2.0",
+ "hyperf/tappable": "~3.2.0"
25
26
"suggest": {
27
"doctrine/inflector": "Required to use plural and singular methods.(^2.0|^3.0)",
0 commit comments