PHP 7.2.5 is now required, cause of Twig 2.x

This commit is contained in:
slawkens 2023-05-18 19:21:13 +02:00
parent 7e13b62b8f
commit 7cfca55e3c

View File

@ -23,7 +23,7 @@
* @copyright 2019 MyAAC * @copyright 2019 MyAAC
* @link https://my-aac.org * @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', true);
define('MYAAC_VERSION', '0.8.10-dev'); define('MYAAC_VERSION', '0.8.10-dev');