This commit is contained in:
Andrea Adamczyk
2019-12-02 11:36:46 -04:00
parent d48c4ef914
commit 51bd3e793d
4 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ include PATH_LANGUAGECONT . "translation." . SYS_LANG;
class InstallerModule extends Controller
{
const PHP_VERSION_MINIMUM_SUPPORTED = "7.2";
const PHP_VERSION_MINIMUM_SUPPORTED = "7.1";
const PHP_VERSION_NOT_SUPPORTED = "7.4";
public $path_config;
public $path_languages;