This commit is contained in:
Andrea Adamczyk
2019-08-30 14:08:05 -04:00
parent d0450f32a8
commit 23e6d4c22c
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 PHP_VERSION_MINIMUM_SUPPORTED = '5.6';
const PHP_VERSION_MINIMUM_SUPPORTED = '7.1';
const PHP_VERSION_NOT_SUPPORTED = '7.2';
public $path_config;
public $path_languages;