diff options
author | Christian Vuerings <vueringschristian@gmail.com> | 2016-01-17 09:40:27 -0800 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2016-01-17 19:40:13 +0100 |
commit | e7ef66da4f6a077261286df3729d823a1d39e04b (patch) | |
tree | 1f048453d79ac7a90cd6b868509f846cc6d7a467 | |
parent | b98a6597c4b0f3a307cff17a062ee46cc8521502 (diff) | |
download | dotfiles-e7ef66da4f6a077261286df3729d823a1d39e04b.tar.gz dotfiles-e7ef66da4f6a077261286df3729d823a1d39e04b.tar.bz2 dotfiles-e7ef66da4f6a077261286df3729d823a1d39e04b.zip |
brew.sh: Upgrade to PHP 5.6 (from 5.5)
PHP 5.5 caused a segmentation fault when trying to run `arc`, the `anarcist` command.
Ref. https://stackoverflow.com/a/33512066/96656.
Closes #617.
-rwxr-xr-x | brew.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ brew install vim --override-system-vi brew install homebrew/dupes/grep brew install homebrew/dupes/openssh brew install homebrew/dupes/screen -brew install homebrew/php/php55 --with-gmp +brew install homebrew/php/php56 --with-gmp # Install font tools. brew tap bramstein/webfonttools |