This commit is contained in:
Glenn Hermans 2020-10-21 11:15:58 +02:00 committed by GitHub
parent 93fad7f901
commit 2c29546eb7
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;