perf: 升级到 hyperf 2.0

This commit is contained in:
刀刀
2020-06-22 23:43:23 +08:00
parent 757a69fe10
commit b2dfa22fbb
20 changed files with 85 additions and 172 deletions

View File

@@ -12,31 +12,31 @@
"ext-json": "*",
"ext-pdo": "*",
"ext-swoole": ">=4.4",
"hyperf/constants": "^1.1",
"hyperf/constants": "~2.0.0",
"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/database": "^1.1",
"hyperf/db-connection": "~1.1.0",
"hyperf/filesystem": "^1.1",
"hyperf/framework": "~1.1.0",
"hyperf/guzzle": "~1.1.0",
"hyperf/http-server": "~1.1.0",
"hyperf/logger": "~1.1.0",
"hyperf/memory": "~1.1.0",
"hyperf/metric": "^1.1",
"hyperf/nsq": "^1.1",
"hyperf/process": "~1.1.0",
"hyperf/redis": "~1.1.0",
"hyperf/snowflake": "^1.1",
"hyperf/amqp": "~2.0.0",
"hyperf/cache": "~2.0.0",
"hyperf/command": "~2.0.0",
"hyperf/config": "~2.0.0",
"hyperf/database": "~2.0.0",
"hyperf/db-connection": "~2.0.0",
"hyperf/filesystem": "~2.0.0",
"hyperf/framework": "~2.0.0",
"hyperf/guzzle": "~2.0.0",
"hyperf/http-server": "~2.0.0",
"hyperf/logger": "~2.0.0",
"hyperf/memory": "~2.0.0",
"hyperf/metric": "~2.0.0",
"hyperf/nsq": "~2.0.0",
"hyperf/process": "~2.0.0",
"hyperf/redis": "~2.0.0",
"hyperf/snowflake": "~2.0.0",
"yadakhov/insert-on-duplicate-key": "^1.2",
"hyperf/async-queue": "^1.1",
"hyperf/crontab": "^1.1",
"hyperf/async-queue": "~2.0.0",
"hyperf/crontab": "~2.0.0",
"zoujingli/ip2region": "^1.0",
"hyperf/validation": "^1.1"
"hyperf/validation": "~2.0.0"
},
"replace": {
"hyperf-admin/base-utils": "self.version",