Skip to content

Commit be8fb05

Browse files
eprestontaylorotwell
authored andcommitted
Update Brew.php - Homebrew\Core Package Names (#549)
Update supportedPhpVersions to include the new names used by homebrew now that the php packages have migrated to 'core'. php71 has become [email protected] etc The new names are put at the front of the list to optimise the loops that use these collections. Anyone who installs or updates 'homebrew php' from will start using the new packages names which breaks parts of valet.
1 parent 567d38e commit be8fb05

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(['php', 'php72', 'php71', 'php70', 'php56']);
55+
return collect(['php', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 'php72', 'php71', 'php70', 'php56' ]);
5656
}
5757

5858
/**

0 commit comments

Comments
 (0)