Update recommended PHP version to 8.0 (#13687)

In preparation for Laravel 9
This commit is contained in:
Jellyfrog
2022-01-20 15:07:29 +01:00
committed by GitHub
parent 407e6838bc
commit 7c2af16541

View File

@@ -32,7 +32,7 @@ class Php extends BaseValidation
{
const PHP_MIN_VERSION = '7.3';
const PHP_MIN_VERSION_DATE = 'November, 2020';
const PHP_RECOMMENDED_VERSION = '7.4';
const PHP_RECOMMENDED_VERSION = '8.0';
/**
* Validate this module.