Skip to content

Commit 2551f7b

Browse files
authored
Optimized code about amqp and upgrade all requirements from v2.2 to v3.0 (#4196)
1 parent fc58eb5 commit 2551f7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"require": {
1919
"php": ">=7.2",
20-
"hyperf/contract": "~2.2.0",
21-
"hyperf/http-message": "~2.2.0",
22-
"hyperf/utils": "~2.2.0",
20+
"hyperf/contract": "~3.0.0",
21+
"hyperf/http-message": "~3.0.0",
22+
"hyperf/utils": "~3.0.0",
2323
"psr/container": "^1.0|^2.0"
2424
},
2525
"autoload": {
@@ -37,7 +37,7 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "2.2-dev"
40+
"dev-master": "3.0-dev"
4141
},
4242
"hyperf": {
4343
"config": "Hyperf\\WebSocketClient\\ConfigProvider"

0 commit comments

Comments
 (0)