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