1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-07 05:10:06 +01:00

📝 Update documentation

* Updated README
* Updated SECURITY
* Revert the minimum Valet version to v2.16
This commit is contained in:
2023-01-18 19:10:43 +01:00
parent 35b19efc3e
commit a0d80423e9
3 changed files with 29 additions and 13 deletions

View File

@@ -14,9 +14,9 @@ struct Constants {
If the installed version is older, a notification will be shown
every time the app launches (with a recommendation to upgrade).
See also: https://github.com/laravel/valet/releases/tag/v3.1.10
See also: https://github.com/laravel/valet/releases/tag/v2.16.2
*/
static let MinimumRecommendedValetVersion = "3.1.10"
static let MinimumRecommendedValetVersion = "2.16.2"
/**
* The PHP versions supported by this application.