diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-05-03 09:57:37 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-05-03 09:57:51 +0200 |
commit | c32250223e059b71f47a5410733198e441c40319 (patch) | |
tree | 57ab669ad26bc1ee0092672797e79411f479af2e | |
parent | d31606fecc592e46619988005cd5c8ce80c8bb78 (diff) | |
download | dotfiles-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
-rwxr-xr-x | Brewfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |