Skip to content

Commit c18a6c9

Browse files
authored
Init v3.2 (#7278)
1 parent 4304727 commit c18a6c9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"command"
1010
],
1111
"require": {
12-
"php": ">=8.1",
13-
"hyperf/collection": "~3.1.0",
14-
"hyperf/context": "~3.1.0",
15-
"hyperf/contract": "~3.1.0",
16-
"hyperf/coroutine": "~3.1.0",
17-
"hyperf/di": "~3.1.0",
18-
"hyperf/stringable": "~3.1.0",
19-
"hyperf/support": "~3.1.0",
20-
"hyperf/tappable": "~3.1.0",
12+
"php": ">=8.2",
13+
"hyperf/collection": "~3.2.0",
14+
"hyperf/context": "~3.2.0",
15+
"hyperf/contract": "~3.2.0",
16+
"hyperf/coroutine": "~3.2.0",
17+
"hyperf/di": "~3.2.0",
18+
"hyperf/stringable": "~3.2.0",
19+
"hyperf/support": "~3.2.0",
20+
"hyperf/tappable": "~3.2.0",
2121
"psr/event-dispatcher": "^1.0",
2222
"symfony/console": "^5.0 || ^6.0 || ^7.0"
2323
},

0 commit comments

Comments
 (0)