Skip to content

Commit f41452d

Browse files
authored
Upgrade hyperf packages to version ~3.1.0 (#5801)
1 parent f0106b0 commit f41452d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"php": ">=8.1",
2323
"psr/container": "^1.0|^2.0",
2424
"phpunit/phpunit": "^9.5",
25-
"hyperf/codec": "~3.0.0",
26-
"hyperf/collection": "~3.0.0",
27-
"hyperf/contract": "~3.0.0",
28-
"hyperf/coroutine": "~3.0.0",
29-
"hyperf/http-message": "~3.0.0",
30-
"hyperf/http-server": "~3.0.0",
31-
"hyperf/support": "~3.0.0",
32-
"hyperf/utils": "~3.0.0",
25+
"hyperf/codec": "~3.1.0",
26+
"hyperf/collection": "~3.1.0",
27+
"hyperf/contract": "~3.1.0",
28+
"hyperf/coroutine": "~3.1.0",
29+
"hyperf/http-message": "~3.1.0",
30+
"hyperf/http-server": "~3.1.0",
31+
"hyperf/support": "~3.1.0",
32+
"hyperf/utils": "~3.1.0",
3333
"symfony/http-foundation": "^5.4|^6.0"
3434
},
3535
"extra": {

0 commit comments

Comments
 (0)