更新 'composer.json'

This commit is contained in:
zyimm 2022-08-11 07:51:17 +00:00
parent 94347446b6
commit f8689e7b08

View File

@ -30,21 +30,21 @@
"ext-simplexml": "*",
"ext-swoole": ">=4.5",
"giggsey/libphonenumber-for-php": "^8.12",
"hyperf-ext/contract": "~2.2.0",
"hyperf/async-queue": "~2.2.0",
"hyperf/command": "~2.2.0",
"hyperf/config": "~2.2.0",
"hyperf/devtool": "~2.2.0",
"hyperf/di": "~2.2.0",
"hyperf/event": "~2.2.0",
"hyperf/framework": "~2.2.0",
"hyperf/guzzle": "~2.2.0",
"hyperf/logger": "~2.2.0",
"hyperf-ext/contract": "3.0.*",
"hyperf/async-queue": "3.0.*",
"hyperf/command": "3.0.*",
"hyperf/config": "3.0.*",
"hyperf/devtool": "3.0.*",
"hyperf/di": "3.0.*",
"hyperf/event": "3.0.*",
"hyperf/framework": "3.0.*",
"hyperf/guzzle": "3.0.*",
"hyperf/logger": "3.0.*",
"hyperf/validation": "^2.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/testing": "~2.2.0",
"hyperf/testing": "3.0.*",
"phpstan/phpstan": "^0.12",
"swoole/ide-helper": "dev-master",
"mockery/mockery": "^1.0"