Skip to content

Instantly share code, notes, and snippets.

@jpswade
Created September 5, 2017 14:13
Show Gist options
  • Save jpswade/ebd6cdece621c58779bc04031ce4508d to your computer and use it in GitHub Desktop.
Save jpswade/ebd6cdece621c58779bc04031ce4508d to your computer and use it in GitHub Desktop.
# 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