From 7e599b46ddb6900f8f1473c5cf24d3789490644b Mon Sep 17 00:00:00 2001 From: Chihiro Adachi <8196725+chihiro-adachi@users.noreply.github.com> Date: Tue, 7 Feb 2023 16:31:55 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B7=E3=82=B9=E3=83=86=E3=83=A0=E8=A6=81?= =?UTF-8?q?=E4=BB=B6=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=81=8C=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E3=81=95=E3=82=8C=E3=81=A6=E3=81=AA=E3=81=84=E3=81=AE?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index bd1bb0cba9f..dbfa9579527 100644 --- a/index.php +++ b/index.php @@ -7,8 +7,8 @@ use Symfony\Component\HttpFoundation\Request; // システム要件チェック -if (version_compare(PHP_VERSION, '7.3.0') < 0) { - die('Your PHP installation is too old. EC-CUBE requires at least PHP 7.3.0. See the system requirements page for more information.'); +if (version_compare(PHP_VERSION, '7.4.0') < 0) { + die('Your PHP installation is too old. EC-CUBE requires at least PHP 7.4.0. See the system requirements page for more information.'); } $autoload = __DIR__.'/vendor/autoload.php';