diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-04-28 18:43:53 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-04-28 18:43:53 +0200 |
commit | a76db30d6529e41138009fe3dc67f21ba782496e (patch) | |
tree | 4b4bfeaca001dc8aee8faf6c80b323093b223dd3 /Brewfile | |
parent | 6a9eb9e605077e2b1d2cc4b967ae83adb2508b07 (diff) | |
download | dotfiles-a76db30d6529e41138009fe3dc67f21ba782496e.tar.gz dotfiles-a76db30d6529e41138009fe3dc67f21ba782496e.tar.bz2 dotfiles-a76db30d6529e41138009fe3dc67f21ba782496e.zip |
Brewfile: Install PHP 5.5 with GMP support
Diffstat (limited to 'Brewfile')
-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 josegonzalez/homebrew-php/php55 +install homebrew/homebrew-php/php55 --with-gmp # This formula didn’t work well last time I tried it: #install homebrew/dupes/screen |