diff --git a/index.php b/index.php index 72c9b9ce..f364091f 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ = 7 && PHP_MINOR_VERSION >= 3) || PHP_MAJOR_VERSION > 7) ?: die('Sorry, PHP 7.3 or above is required to run XBackBone.'); require __DIR__.'/vendor/autoload.php'; diff --git a/install/index.php b/install/index.php index 7ae5cd1f..6f9e2977 100644 --- a/install/index.php +++ b/install/index.php @@ -1,5 +1,5 @@ = 7 && PHP_MINOR_VERSION >= 3) || PHP_MAJOR_VERSION > 7) ?: die('Sorry, PHP 7.3 or above is required to run XBackBone.'); require __DIR__.'/../vendor/autoload.php';