1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Minimum PHP version set to 7.4.

Unit test added for PHP 8.3
This commit is contained in:
camer0n
2023-11-28 12:31:50 -08:00
parent ea8a814ab4
commit 39b3ed9141
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
*/
// minimal software version
define('MIN_PHP_VERSION', '5.6');
define('MIN_PHP_VERSION', '7.4');
define('MIN_MYSQL_VERSION', '4.1.2');
define('MAKE_INSTALL_LOG', true);