mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Accommodate formula name change in latest homebrew
This commit is contained in:
@@ -52,7 +52,7 @@ function hasInstalledPhp()
|
||||
*/
|
||||
function supportedPhpVersions()
|
||||
{
|
||||
return collect(['php72', 'php71', 'php70', 'php56']);
|
||||
return collect(['php', 'php72', 'php71', 'php70', 'php56']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user