Skip to content

Commit f6884f1

Browse files
committed
Merge branch 'master' into 3.2-merge
2 parents 917a8b6 + cf8c5e7 commit f6884f1

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"hyperf"
1010
],
1111
"require": {
12-
"php": ">=8.1",
12+
"php": ">=8.2",
1313
"ext-posix": "*",
14-
"hyperf/codec": "~3.1.0",
15-
"hyperf/command": "~3.1.0",
16-
"hyperf/contract": "~3.1.0",
17-
"hyperf/coordinator": "~3.1.0",
18-
"hyperf/coroutine": "~3.1.0",
19-
"hyperf/di": "~3.1.0",
14+
"hyperf/codec": "~3.2.0",
15+
"hyperf/command": "~3.2.0",
16+
"hyperf/contract": "~3.2.0",
17+
"hyperf/coordinator": "~3.2.0",
18+
"hyperf/coroutine": "~3.2.0",
19+
"hyperf/di": "~3.2.0",
2020
"hyperf/engine": "^2.0",
21-
"hyperf/framework": "~3.1.0",
22-
"hyperf/stringable": "~3.1.0",
23-
"hyperf/support": "~3.1.0"
21+
"hyperf/framework": "~3.2.0",
22+
"hyperf/stringable": "~3.2.0",
23+
"hyperf/support": "~3.2.0"
2424
},
2525
"autoload": {
2626
"psr-4": {
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "3.1-dev"
43+
"dev-master": "3.2-dev"
4444
},
4545
"hyperf": {
4646
"config": "Hyperf\\Watcher\\ConfigProvider"

0 commit comments

Comments
 (0)