From c6aa06842ca8c6177ffb49a55251781e90fbc95f Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 18 Nov 2022 18:37:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20reference=20to=20Latest?= =?UTF-8?q?StablePhpVersion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Common/Core/Constants.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/phpmon/Common/Core/Constants.swift b/phpmon/Common/Core/Constants.swift index 3f2df26..64d13fa 100644 --- a/phpmon/Common/Core/Constants.swift +++ b/phpmon/Common/Core/Constants.swift @@ -9,12 +9,6 @@ import Cocoa struct Constants { - /** - * The latest PHP version that is considered to be stable at the time of release. - * This version number is currently not used (only as a default fallback). - */ - static let LatestStablePhpVersion = "8.1" - /** The minimum version of Valet that is recommended. If the installed version is older, a notification will be shown