We require PHP 8.1, cause of illuminate/database

This commit is contained in:
slawkens
2024-01-27 01:05:03 +01:00
parent e3775fed86
commit fb0afdcea1
2 changed files with 2 additions and 2 deletions

View File

@@ -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';