Skip to content

Commit e341ffd

Browse files
authored
Init v3.2 (#7278)
1 parent e5e5eba commit e341ffd

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
@@ -10,15 +10,15 @@
1010
"testing"
1111
],
1212
"require": {
13-
"php": ">=8.1",
14-
"hyperf/codec": "~3.1.0",
15-
"hyperf/collection": "~3.1.0",
16-
"hyperf/contract": "~3.1.0",
17-
"hyperf/coroutine": "~3.1.0",
18-
"hyperf/http-message": "~3.1.0",
19-
"hyperf/http-server": "~3.1.0",
20-
"hyperf/support": "~3.1.0",
21-
"hyperf/utils": "~3.1.0",
13+
"php": ">=8.2",
14+
"hyperf/codec": "~3.2.0",
15+
"hyperf/collection": "~3.2.0",
16+
"hyperf/contract": "~3.2.0",
17+
"hyperf/coroutine": "~3.2.0",
18+
"hyperf/http-message": "~3.2.0",
19+
"hyperf/http-server": "~3.2.0",
20+
"hyperf/support": "~3.2.0",
21+
"hyperf/utils": "~3.2.0",
2222
"phpunit/phpunit": "^10.0",
2323
"psr/container": "^1.0 || ^2.0",
2424
"symfony/http-foundation": "^5.4 || ^6.0"

0 commit comments

Comments
 (0)