mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 05:35:08 +08:00
fix: 调整 composer 依赖
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user