Skip to content

Commit 740d716

Browse files
committed
Accommodate formula name change in latest homebrew
1 parent 5b7ac66 commit 740d716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Valet/Brew.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function hasInstalledPhp()
5252
*/
5353
function supportedPhpVersions()
5454
{
55-
return collect(['php72', 'php71', 'php70', 'php56']);
55+
return collect(['php', 'php72', 'php71', 'php70', 'php56']);
5656
}
5757

5858
/**

0 commit comments

Comments
 (0)