Merge pull request #2085 from rahulshukla-webkul/development

php version updated for installer.
This commit is contained in:
Jitendra Singh 2020-01-21 16:07:41 +05:30 committed by GitHub
commit 85a27eeb58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;