Merge pull request #4145 from ghermans/4140

fixed #4140
This commit is contained in:
Jitendra Singh 2020-10-21 15:19:13 +05:30 committed by GitHub
commit 83f84fe171
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.2.0';
$_minPhpVersion = '7.3.0';
$currentPhpVersion = $this->getPhpVersionInfo();
$supported = false;