PMCORE-3847

This commit is contained in:
Mauricio Veliz
2022-06-09 10:33:21 -04:00
parent c7f234a4e3
commit 6d1d7d752e
5 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ class InstallerModule extends Controller
{
const MYSQL_VERSION_MAXIMUM_SUPPORTED = "5.7";
const PHP_VERSION_MINIMUM_SUPPORTED = "7.3";
const PHP_VERSION_NOT_SUPPORTED = "8";
const PHP_VERSION_NOT_SUPPORTED = "8.2";
public $path_config;
public $path_languages;
public $path_plugins;