perf: support hyperf 2.1

This commit is contained in:
daodao97
2020-12-30 15:44:00 +08:00
parent e614556a31
commit c4ba9db9a5
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.3",
"ext-json": "*",
"ext-pdo": "*",
"ext-swoole": ">=4.4",

View File

@@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.3",
"hyperf/amqp": "~2.1.0",
"hyperf/crontab": "~2.1.0",
"hyperf/nsq": "~2.1.0",