aboutsummaryrefslogtreecommitdiffstats
path: root/Brewfile
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-05-03 09:57:37 +0200
committerMathias Bynens <mathias@qiwi.be>2014-05-03 09:57:51 +0200
commitc32250223e059b71f47a5410733198e441c40319 (patch)
tree57ab669ad26bc1ee0092672797e79411f479af2e /Brewfile
parentd31606fecc592e46619988005cd5c8ce80c8bb78 (diff)
downloaddotfiles-c32250223e059b71f47a5410733198e441c40319.tar.gz
dotfiles-c32250223e059b71f47a5410733198e441c40319.tar.bz2
dotfiles-c32250223e059b71f47a5410733198e441c40319.zip
Brewfile: Fix PHP 5.5 installation
Thanks to @interputed for the heads up: https://github.com/mathiasbynens/dotfiles/commit/a76db30d6529e41138009fe3dc67f21ba782496e#commitcomment-6200104
Diffstat (limited to 'Brewfile')
-rwxr-xr-xBrewfile2
1 files changed, 1 insertions, 1 deletions
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