Skip to content

Commit d4caaad

Browse files
authored
Init v3.2 (#7278)
1 parent 89ab60e commit d4caaad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"pull-request": "https://github.com/hyperf/hyperf/pulls"
1717
},
1818
"require": {
19-
"php": ">=8.1",
19+
"php": ">=8.2",
2020
"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"
21+
"hyperf/collection": "~3.2.0",
22+
"hyperf/conditionable": "~3.2.0",
23+
"hyperf/macroable": "~3.2.0",
24+
"hyperf/tappable": "~3.2.0"
2525
},
2626
"suggest": {
2727
"doctrine/inflector": "Required to use plural and singular methods.(^2.0|^3.0)",

0 commit comments

Comments
 (0)