fix: 调整 composer 依赖

This commit is contained in:
daodao97
2020-06-19 06:03:04 +08:00
parent 54988f4ebc
commit 46b41b5711
6 changed files with 31 additions and 10 deletions

View File

@@ -10,17 +10,15 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"ext-pdo": "*",
"ext-swoole": ">=4.4",
"ext-pdo": "*"
},
"require-dev": {
"hyperf/constants": "^1.1",
"aliyuncs/oss-sdk-php": "^2.3",
"box/spout": "^3.1",
"hyperf/amqp": "^1.1",
"hyperf/cache": "~1.1.0",
"hyperf/command": "~1.1.0",
"hyperf/config": "~1.1.0",
"hyperf/constants": "^1.1",
"hyperf/database": "^1.1",
"hyperf/db-connection": "~1.1.0",
"hyperf/filesystem": "^1.1",