From 740d716cdd5ba7a55f8567f38b8d59185cd06e48 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 2 Mar 2018 07:30:26 -0500 Subject: [PATCH] Accommodate formula name change in latest homebrew --- cli/Valet/Brew.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Valet/Brew.php b/cli/Valet/Brew.php index d6982d5..965075c 100644 --- a/cli/Valet/Brew.php +++ b/cli/Valet/Brew.php @@ -52,7 +52,7 @@ function hasInstalledPhp() */ function supportedPhpVersions() { - return collect(['php72', 'php71', 'php70', 'php56']); + return collect(['php', 'php72', 'php71', 'php70', 'php56']); } /**