diff --git a/common.php b/common.php index ac3f2028..18ba707d 100644 --- a/common.php +++ b/common.php @@ -23,7 +23,7 @@ * @copyright 2019 MyAAC * @link https://my-aac.org */ -if (version_compare(phpversion(), '5.6', '<')) die('PHP version 5.6 or higher is required.'); +if (version_compare(phpversion(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.'); define('MYAAC', true); define('MYAAC_VERSION', '0.8.10-dev');