Skip to content

Commit 07cf82e

Browse files
authored
Optimized code about amqp and upgrade all requirements from v2.2 to v3.0 (#4196)
1 parent 8f49d39 commit 07cf82e

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
@@ -18,9 +18,9 @@
1818
"require": {
1919
"php": ">=7.2",
2020
"ext-redis": "*",
21-
"hyperf/contract": "~2.2.0",
22-
"hyperf/pool": "~2.2.0",
23-
"hyperf/utils": "~2.2.0",
21+
"hyperf/contract": "~3.0.0",
22+
"hyperf/pool": "~3.0.0",
23+
"hyperf/utils": "~3.0.0",
2424
"psr/container": "^1.0|^2.0"
2525
},
2626
"suggest": {
@@ -42,7 +42,7 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "2.2-dev"
45+
"dev-master": "3.0-dev"
4646
},
4747
"hyperf": {
4848
"config": "Hyperf\\Redis\\ConfigProvider"

0 commit comments

Comments
 (0)