From c32250223e059b71f47a5410733198e441c40319 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 3 May 2014 09:57:37 +0200 Subject: Brewfile: Fix PHP 5.5 installation Thanks to @interputed for the heads up: https://github.com/mathiasbynens/dotfiles/commit/a76db30d6529e41138009fe3dc67f21ba782496e#commitcomment-6200104 --- Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Brewfile') diff --git a/Brewfile b/Brewfile index 25bec16..84dfca6 100755 --- a/Brewfile +++ b/Brewfile @@ -30,7 +30,7 @@ install narwhal # Install more recent versions of some OS X tools install vim --override-system-vi install homebrew/dupes/grep -install homebrew/homebrew-php/php55 --with-gmp +install homebrew/php/php55 --with-gmp # This formula didn’t work well last time I tried it: #install homebrew/dupes/screen -- cgit v1.2.3