1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

🔧 Add PHP 8.0 to list of detected PHP versions

This commit is contained in:
2020-11-14 02:19:42 +01:00
parent bdc6be7384
commit 03158a568c

View File

@ -14,7 +14,7 @@ class Constants {
* The PHP versions supported by this application.
*/
static let SupportedPhpVersions = [
"5.6", "7.0", "7.1", "7.2", "7.3", "7.4"
"5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0"
]
/**