mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-01 23:36:50 +01:00
We require PHP 8.1, cause of illuminate/database
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
* @copyright 2019 MyAAC
|
||||
* @link https://my-aac.org
|
||||
*/
|
||||
if (version_compare(phpversion(), '8.0', '<')) die('PHP version 8.0 or higher is required.');
|
||||
if (version_compare(phpversion(), '8.1', '<')) die('PHP version 8.1 or higher is required.');
|
||||
|
||||
const MYAAC = true;
|
||||
const MYAAC_VERSION = '1.0-dev';
|
||||
|
||||
Reference in New Issue
Block a user