increase php version for setup
This commit is contained in:
parent
cfdbeb18b4
commit
fff9ca7552
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue