Skip to content

Commit 929ecfb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"http-message"
1111
],
1212
"require": {
13-
"hyperf/utils": "~2.2.0",
13+
"hyperf/utils": "~3.0.0",
1414
"laminas/laminas-mime": "^2.7",
1515
"psr/http-message": "^1.0"
1616
},
@@ -32,7 +32,7 @@
3232
},
3333
"extra": {
3434
"branch-alias": {
35-
"dev-master": "2.2-dev"
35+
"dev-master": "3.0-dev"
3636
},
3737
"hyperf": {
3838
"config": "Hyperf\\HttpMessage\\ConfigProvider"

0 commit comments

Comments
 (0)