PMCORE-3847 Change the pre-installation checker

This commit is contained in:
Roly Gutierrez
2022-07-21 10:47:10 -04:00
parent 226f79f5a7
commit bacabb942d
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ include PATH_LANGUAGECONT . "translation." . SYS_LANG;
class InstallerModule extends Controller
{
const MYSQL_VERSION_MAXIMUM_SUPPORTED = "5.7";
const PHP_VERSION_MINIMUM_SUPPORTED = "7.3";
const PHP_VERSION_MINIMUM_SUPPORTED = "8.1";
const PHP_VERSION_NOT_SUPPORTED = "8.2";
public $path_config;
public $path_languages;