1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

Accommodate formula name change in latest homebrew

This commit is contained in:
Adam Wathan
2018-03-02 07:30:26 -05:00
parent 5b7ac6672e
commit 740d716cdd

View File

@@ -52,7 +52,7 @@ function hasInstalledPhp()
*/
function supportedPhpVersions()
{
return collect(['php72', 'php71', 'php70', 'php56']);
return collect(['php', 'php72', 'php71', 'php70', 'php56']);
}
/**