From 03158a568c100cb94c82aa315affeae0e30099b1 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sat, 14 Nov 2020 02:19:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20PHP=208.0=20to=20list=20of?= =?UTF-8?q?=20detected=20PHP=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Constants.swift b/phpmon/Constants.swift index 66aa848..d618013 100644 --- a/phpmon/Constants.swift +++ b/phpmon/Constants.swift @@ -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" ] /**