Skip to content

Commit 164c865

Browse files
authored
Init v3.2 (#7278)
1 parent c770ebf commit 164c865

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"pull-request": "https://github.com/hyperf/hyperf/pulls"
1717
},
1818
"require": {
19-
"php": ">=8.1",
20-
"hyperf/collection": "~3.1.0",
21-
"hyperf/contract": "~3.1.0",
22-
"hyperf/exception-handler": "~3.1.0",
23-
"hyperf/http-server": "~3.1.0",
24-
"hyperf/support": "~3.1.0",
25-
"hyperf/utils": "~3.1.0",
19+
"php": ">=8.2",
20+
"hyperf/collection": "~3.2.0",
21+
"hyperf/contract": "~3.2.0",
22+
"hyperf/exception-handler": "~3.2.0",
23+
"hyperf/http-server": "~3.2.0",
24+
"hyperf/support": "~3.2.0",
25+
"hyperf/utils": "~3.2.0",
2626
"psr/container": "^1.0 || ^2.0",
2727
"psr/event-dispatcher": "^1.0"
2828
},

0 commit comments

Comments
 (0)