Created
September 5, 2017 14:13
-
-
Save jpswade/ebd6cdece621c58779bc04031ce4508d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set permissions | |
sudo chown -R "$USER" /usr/local | |
# Cleanup | |
brew uninstall --force php53 | |
brew uninstall --force php54 | |
brew uninstall --force php55 | |
brew uninstall --force php56 | |
brew unlink php70 | |
brew cleanup | |
# Install | |
brew install php56 php56-mcrypt php56-xdebug php56-intl | |
brew install php-code-sniffer php-cs-fixer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment