修改 PHP 最小版本 7.3
parent
43dbf226ec
commit
3c75070234
|
@ -12,7 +12,7 @@
|
||||||
"description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
|
"description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2",
|
"php": ">=7.3",
|
||||||
"ext-swoole": ">=4.5",
|
"ext-swoole": ">=4.5",
|
||||||
"hyperf/cache": "2.1.*",
|
"hyperf/cache": "2.1.*",
|
||||||
"hyperf/command": "2.1.*",
|
"hyperf/command": "2.1.*",
|
||||||
|
|
Loading…
Reference in New Issue