We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7778027 commit 980dd55Copy full SHA for 980dd55
composer.json
@@ -18,13 +18,13 @@
18
"require": {
19
"php": ">=7.2",
20
"ext-redis": "*",
21
- "hyperf/contract": "~1.1.0",
22
- "hyperf/pool": "~1.1.0",
23
- "hyperf/utils": "~1.1.0",
+ "hyperf/contract": "~2.0.0",
+ "hyperf/pool": "~2.0.0",
+ "hyperf/utils": "~2.0.0",
24
"psr/container": "^1.0"
25
},
26
"require-dev": {
27
- "hyperf/di": "~1.1.0",
+ "hyperf/di": "~2.0.0",
28
"malukenho/docheader": "^0.1.6",
29
"mockery/mockery": "^1.0",
30
"phpunit/phpunit": "^7.0.0",
0 commit comments