perf: 文件存储迁移到 filesystem

This commit is contained in:
daodao97
2020-10-15 17:14:03 +08:00
parent 1d993ace73
commit 01e9633e02
12 changed files with 611 additions and 76 deletions

View File

@@ -23,7 +23,7 @@
"hyperf/crontab": "~2.0.0",
"hyperf/database": "~2.0.0",
"hyperf/db-connection": "~2.0.0",
"hyperf/filesystem": "~2.0.0",
"hyperf/filesystem": "^2.0",
"hyperf/framework": "~2.0.0",
"hyperf/guzzle": "~2.0.0",
"hyperf/http-server": "~2.0.0",
@@ -36,6 +36,7 @@
"hyperf/snowflake": "~2.0.0",
"hyperf/validation": "~2.0.0",
"nette/php-generator": "^3.4",
"xxtime/flysystem-aliyun-oss": "^1.5",
"yadakhov/insert-on-duplicate-key": "^1.2",
"zoujingli/ip2region": "^1.0"
},