php version updated for installer.

This commit is contained in:
rahul shukla 2020-01-21 16:05:44 +05:30
parent 24f30c8110
commit 4bb13981bb
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Requirement {
*
* @var _minPhpVersion
*/
$_minPhpVersion = '7.1.17';
$_minPhpVersion = '7.2.0';
$currentPhpVersion = $this->getPhpVersionInfo();
$supported = false;