Update Requirement.php

This commit is contained in:
Glenn Hermans 2022-03-26 17:32:28 +01:00 committed by GitHub
parent 60fe8b6848
commit 2bdba2fd6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Requirement {
*
* @var string _minPhpVersion
*/
$_minPhpVersion = '7.4.0';
$_minPhpVersion = '8.0.2';
$currentPhpVersion = $this->getPhpVersionInfo();
$supported = false;