新增command

This commit is contained in:
2023-03-14 19:46:45 +08:00
parent fa4e3e0382
commit 6f4c729dad
5 changed files with 63 additions and 17 deletions
+3 -3
View File
@@ -13,13 +13,14 @@
"license": "Apache-2.0",
"require": {
"php": ">=8.0",
"ext-zlib": "*",
"alibabacloud/dysmsapi-20170525": "2.0.23",
"aliyuncs/oss-sdk-php": "^2.6",
"firebase/php-jwt": "^6.3",
"hyperf/amqp": "^3.0",
"hyperf/async-queue": "~3.0.0",
"hyperf/cache": "~3.0.0",
"hyperf/command": "~3.0.0",
"hyperf/command": "^3.0",
"hyperf/config": "~3.0.0",
"hyperf/constants": "~3.0.0",
"hyperf/crontab": "^3.0",
@@ -35,8 +36,7 @@
"hyperf/redis": "~3.0.0",
"hyperf/snowflake": "^3.0",
"hyperf/validation": "^3.0",
"w7corp/easywechat": "^6.7",
"ext-zlib": "*"
"w7corp/easywechat": "^6.7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",