diff --git a/phpmon/Domain/Integrations/Homebrew/Brew.swift b/phpmon/Domain/Integrations/Homebrew/Brew.swift index 1b04c9f..c96a3af 100644 --- a/phpmon/Domain/Integrations/Homebrew/Brew.swift +++ b/phpmon/Domain/Integrations/Homebrew/Brew.swift @@ -36,10 +36,10 @@ class Brew { /// Each formula for each PHP version that can be installed. public static let phpVersionFormulae = [ "8.4": "shivammathur/php/php@8.4", - "8.3": "shivammathur/php/php@8.3", // TODO: when php@8.3 lands in stable, update this + "8.3": "php@8.3", "8.2": "php@8.2", "8.1": "php@8.1", - "8.0": "php@8.0", + "8.0": "shivammathur/php/php@8.0", "7.4": "shivammathur/php/php@7.4", "7.3": "shivammathur/php/php@7.3", "7.2": "shivammathur/php/php@7.2",