Update Requirement.php
This commit is contained in:
parent
60fe8b6848
commit
2bdba2fd6d
|
|
@ -79,7 +79,7 @@ class Requirement {
|
||||||
*
|
*
|
||||||
* @var string _minPhpVersion
|
* @var string _minPhpVersion
|
||||||
*/
|
*/
|
||||||
$_minPhpVersion = '7.4.0';
|
$_minPhpVersion = '8.0.2';
|
||||||
|
|
||||||
$currentPhpVersion = $this->getPhpVersionInfo();
|
$currentPhpVersion = $this->getPhpVersionInfo();
|
||||||
$supported = false;
|
$supported = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue