Skip to content

Commit 5c77da9

Browse files
authored
Upgrade hyperf packages to version ~3.1.0 (#5801)
1 parent f7411d6 commit 5c77da9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"php": ">=8.1",
1919
"psr/container": "^1.0|^2.0",
2020
"psr/event-dispatcher": "^1.0",
21-
"hyperf/codec": "~3.0.0",
22-
"hyperf/collection": "~3.0.0",
23-
"hyperf/contract": "~3.0.0",
24-
"hyperf/command": "~3.0.0",
25-
"hyperf/support": "~3.0.0",
26-
"hyperf/utils": "~3.0.0"
21+
"hyperf/codec": "~3.1.0",
22+
"hyperf/collection": "~3.1.0",
23+
"hyperf/contract": "~3.1.0",
24+
"hyperf/command": "~3.1.0",
25+
"hyperf/support": "~3.1.0",
26+
"hyperf/utils": "~3.1.0"
2727
},
2828
"suggest": {
2929
"hyperf/di": "Required to use annotations.",

0 commit comments

Comments
 (0)