Skip to content

Commit 1537f57

Browse files
authored
Optimized code about amqp and upgrade all requirements from v2.2 to v3.0 (#4196)
1 parent 91c89e5 commit 1537f57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
},
1818
"require": {
1919
"php": ">=7.2",
20-
"hyperf/contract": "~2.2.0",
21-
"hyperf/exception-handler": "~2.2.0",
22-
"hyperf/http-server": "~2.2.0",
23-
"hyperf/utils": "~2.2.0",
20+
"hyperf/contract": "~3.0.0",
21+
"hyperf/exception-handler": "~3.0.0",
22+
"hyperf/http-server": "~3.0.0",
23+
"hyperf/utils": "~3.0.0",
2424
"psr/container": "^1.0|^2.0",
2525
"psr/event-dispatcher": "^1.0"
2626
},
@@ -39,7 +39,7 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "2.2-dev"
42+
"dev-master": "3.0-dev"
4343
},
4444
"hyperf": {
4545
"config": "Hyperf\\WebSocketServer\\ConfigProvider"

0 commit comments

Comments
 (0)