mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
PHP 7.2.5 is now required, cause of Twig 2.x
This commit is contained in:
parent
7e13b62b8f
commit
7cfca55e3c
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user