Set PHP 7.3 as minimum supported version (#12118)

Needed by Laravel 8
This commit is contained in:
Jellyfrog
2020-09-22 14:41:26 +02:00
committed by GitHub
parent 944d7c9ef9
commit 1d23421ba1

View File

@@ -29,9 +29,9 @@ use LibreNMS\Validator;
class Php extends BaseValidation
{
const PHP_MIN_VERSION = '7.2.5';
const PHP_MIN_VERSION_DATE = 'May, 2020';
const PHP_RECOMMENDED_VERSION = '7.3';
const PHP_MIN_VERSION = '7.3';
const PHP_MIN_VERSION_DATE = 'November, 2020';
const PHP_RECOMMENDED_VERSION = '7.4';
/**
* Validate this module.