Merge pull request #2085 from rahulshukla-webkul/development
php version updated for installer.
This commit is contained in:
commit
85a27eeb58
|
|
@ -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