mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-07 05:10:06 +01:00
👌 Adjust SECURITY and support matrix for Valet 4
This commit ensures that PHP Monitor knows about which versions of PHP are supported by the upcoming Valet 4.0: PHP 7.1 and higher. Ensures compatibility with https://github.com/laravel/valet/pull/1318
This commit is contained in:
@@ -44,9 +44,9 @@ struct Constants {
|
||||
"8.0", "8.1", "8.2",
|
||||
"8.3" // dev
|
||||
],
|
||||
4: // Valet v4 dropped support for v7.0-v7.3
|
||||
4: // Valet v4 dropped support for v7.0
|
||||
[
|
||||
"7.4",
|
||||
"7.1", "7.2", "7.3", "7.4",
|
||||
"8.0", "8.1", "8.2",
|
||||
"8.3" // dev
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user