increase php version for setup

This commit is contained in:
o.pinke 2024-11-16 15:06:38 +01:00
parent cfdbeb18b4
commit fff9ca7552

View file

@ -38,7 +38,7 @@ define('C_SETUP_STEPFILE_ACTIVE', 'images/steps/s%da.png');
define('C_SETUP_STEPWIDTH', 28);
define('C_SETUP_STEPHEIGHT', 28);
define('C_SETUP_MIN_PHP_VERSION', '7.4.0');
define('C_SETUP_MAX_PHP_VERSION', '8.3.0');
define('C_SETUP_MAX_PHP_VERSION', '8.4.0');
define('C_SETUP_VERSION', '3.0.0');
$sDefLocalPath = __DIR__.DIRECTORY_SEPARATOR.'defines.local.php';