mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Prepare for PHP 8.1 (#14156)
This commit is contained in:
@@ -30,9 +30,9 @@ use LibreNMS\Validator;
|
||||
|
||||
class Php extends BaseValidation
|
||||
{
|
||||
const PHP_MIN_VERSION = '7.3';
|
||||
const PHP_MIN_VERSION_DATE = 'November, 2020';
|
||||
const PHP_RECOMMENDED_VERSION = '8.0';
|
||||
const PHP_MIN_VERSION = '8.1';
|
||||
const PHP_MIN_VERSION_DATE = 'September, 2022';
|
||||
const PHP_RECOMMENDED_VERSION = '8.1';
|
||||
|
||||
/**
|
||||
* Validate this module.
|
||||
|
Reference in New Issue
Block a user