From 254989e9922bdb333e57e2cbd69e31464d4de1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 26 Aug 2022 11:02:01 +0800 Subject: [PATCH] =?UTF-8?q?build(composer):=20=E6=9C=80=E4=BD=8E=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC=E6=94=B9=E4=B8=BA=20php7.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3e224f0..68c36c0 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=7.3", + "php": ">=7.4", "ext-json": "*", "ext-pdo": "*", "ext-swoole": ">=4.4",