Skip to content

Commit c3db92d

Browse files
authored
Upgrade hyperf packages to version ~3.1.0 (#5801)
1 parent 2aed2a4 commit c3db92d

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
@@ -17,12 +17,12 @@
1717
},
1818
"require": {
1919
"php": ">=8.1",
20-
"hyperf/collection": "~3.0.0",
21-
"hyperf/contract": "~3.0.0",
22-
"hyperf/exception-handler": "~3.0.0",
23-
"hyperf/http-server": "~3.0.0",
24-
"hyperf/support": "~3.0.0",
25-
"hyperf/utils": "~3.0.0",
20+
"hyperf/collection": "~3.1.0",
21+
"hyperf/contract": "~3.1.0",
22+
"hyperf/exception-handler": "~3.1.0",
23+
"hyperf/http-server": "~3.1.0",
24+
"hyperf/support": "~3.1.0",
25+
"hyperf/utils": "~3.1.0",
2626
"psr/container": "^1.0|^2.0",
2727
"psr/event-dispatcher": "^1.0"
2828
},

0 commit comments

Comments
 (0)