php version updated for installer.
This commit is contained in:
parent
24f30c8110
commit
4bb13981bb
|
|
@ -80,7 +80,7 @@ class Requirement {
|
|||
*
|
||||
* @var _minPhpVersion
|
||||
*/
|
||||
$_minPhpVersion = '7.1.17';
|
||||
$_minPhpVersion = '7.2.0';
|
||||
|
||||
$currentPhpVersion = $this->getPhpVersionInfo();
|
||||
$supported = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue