1
0
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:
2023-01-19 17:30:21 +01:00
parent 2d59b8c6e8
commit 18b62ecc3f
2 changed files with 3 additions and 3 deletions

View File

@@ -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
]