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 76adb5d commit 9ff5977Copy full SHA for 9ff5977
composer.json
@@ -31,18 +31,18 @@
31
"php": ">=8.0",
32
"ext-json": "*",
33
"guanguans/soar-php": "^2.0",
34
- "hyperf/config": "3.0.*",
35
- "hyperf/database": "3.0.*",
36
- "hyperf/di": "3.0.*",
37
- "hyperf/event": "3.0.*",
38
- "hyperf/http-message": "3.0.*"
+ "hyperf/config": "^3.0",
+ "hyperf/database": "^3.0",
+ "hyperf/di": "^3.0",
+ "hyperf/event": "^3.0",
+ "hyperf/http-message": "^3.0"
39
},
40
"require-dev": {
41
"friendsofphp/php-cs-fixer": "^3.0",
42
"mockery/mockery": "^1.0",
43
"phpstan/phpstan": "^0.12",
44
"phpunit/phpunit": ">=7.0",
45
- "swoole/ide-helper": "^4.7",
+ "swoole/ide-helper": "^5.0",
46
"swow/swow": "dev-develop",
47
"symfony/var-dumper": "^5.1"
48
0 commit comments