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 f433a37 commit 6fdd702Copy full SHA for 6fdd702
1 file changed
composer.json
@@ -20,19 +20,19 @@
20
"require": {
21
"php": ">=7.2",
22
"ext-swoole": ">=4.4",
23
- "hyperf/pool": "~2.0.0",
24
- "hyperf/process": "~2.0.0",
+ "hyperf/pool": "^2.0.0",
+ "hyperf/process": "^2.0.0",
25
"spiral/goridge": "^2.4.1",
26
"symfony/event-dispatcher": "^5.1"
27
},
28
"require-dev": {
29
"ext-mongodb": "*",
30
"friendsofphp/php-cs-fixer": "^2.14",
31
- "hyperf/command": "~2.0.0",
32
- "hyperf/config": "~2.0.0",
33
- "hyperf/di": "~2.0.0",
34
- "hyperf/framework": "~2.0.0",
35
- "hyperf/testing": "~2.0.0",
+ "hyperf/command": "^2.0.0",
+ "hyperf/config": "^2.0.0",
+ "hyperf/di": "^2.0.0",
+ "hyperf/framework": "^2.0.0",
+ "hyperf/testing": "^2.0.0",
36
"mockery/mockery": "^1.3",
37
"phpstan/phpstan": "^0.12",
38
"swoole/ide-helper": "^4.5"
0 commit comments