修改 PHP 最小版本 7.3

main
gzydong 2021-08-29 23:21:41 +08:00
parent 43dbf226ec
commit 3c75070234
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
"license": "Apache-2.0",
"require": {
"php": ">=7.2",
"php": ">=7.3",
"ext-swoole": ">=4.5",
"hyperf/cache": "2.1.*",
"hyperf/command": "2.1.*",