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 91c89e5 commit 1537f57Copy full SHA for 1537f57
composer.json
@@ -17,10 +17,10 @@
17
},
18
"require": {
19
"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",
+ "hyperf/contract": "~3.0.0",
+ "hyperf/exception-handler": "~3.0.0",
+ "hyperf/http-server": "~3.0.0",
+ "hyperf/utils": "~3.0.0",
24
"psr/container": "^1.0|^2.0",
25
"psr/event-dispatcher": "^1.0"
26
@@ -39,7 +39,7 @@
39
40
"extra": {
41
"branch-alias": {
42
- "dev-master": "2.2-dev"
+ "dev-master": "3.0-dev"
43
44
"hyperf": {
45
"config": "Hyperf\\WebSocketServer\\ConfigProvider"
0 commit comments