diff --git a/cli/Valet/Brew.php b/cli/Valet/Brew.php index d7e51095..121a1393 100644 --- a/cli/Valet/Brew.php +++ b/cli/Valet/Brew.php @@ -11,6 +11,7 @@ class Brew // This is the array of PHP versions that Valet will attempt to install/configure when requested const SUPPORTED_PHP_VERSIONS = [ 'php', + 'php@8.3', 'php@8.2', 'php@8.1', 'php@8.0',