Skip to content

Commit 76db4bf

Browse files
authored
Init v3.2 (#7278)
1 parent 4727f15 commit 76db4bf

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
"pull-request": "https://github.com/hyperf/hyperf/pulls"
1818
},
1919
"require": {
20-
"php": ">=8.1",
21-
"hyperf/codec": "~3.1.0",
22-
"hyperf/collection": "~3.1.0",
23-
"hyperf/context": "~3.1.0",
24-
"hyperf/contract": "~3.1.0",
25-
"hyperf/coroutine": "~3.1.0",
26-
"hyperf/dispatcher": "~3.1.0",
27-
"hyperf/event": "~3.1.0",
28-
"hyperf/exception-handler": "~3.1.0",
29-
"hyperf/http-message": "~3.1.0",
30-
"hyperf/macroable": "~3.1.0",
31-
"hyperf/serializer": "~3.1.0",
32-
"hyperf/server": "~3.1.0",
33-
"hyperf/stdlib": "~3.1.0",
34-
"hyperf/support": "~3.1.0",
20+
"php": ">=8.2",
21+
"hyperf/codec": "~3.2.0",
22+
"hyperf/collection": "~3.2.0",
23+
"hyperf/context": "~3.2.0",
24+
"hyperf/contract": "~3.2.0",
25+
"hyperf/coroutine": "~3.2.0",
26+
"hyperf/dispatcher": "~3.2.0",
27+
"hyperf/event": "~3.2.0",
28+
"hyperf/exception-handler": "~3.2.0",
29+
"hyperf/http-message": "~3.2.0",
30+
"hyperf/macroable": "~3.2.0",
31+
"hyperf/serializer": "~3.2.0",
32+
"hyperf/server": "~3.2.0",
33+
"hyperf/stdlib": "~3.2.0",
34+
"hyperf/support": "~3.2.0",
3535
"nikic/fast-route": "^1.3",
3636
"psr/container": "^1.0 || ^2.0",
3737
"swow/psr7-plus": "^1.0"

0 commit comments

Comments
 (0)