mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update recommended PHP version to 8.0 (#13687)
In preparation for Laravel 9
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user