Skip to content

Instantly share code, notes, and snippets.

@Tom-Millard
Last active February 14, 2017 20:28
Show Gist options
  • Save Tom-Millard/7391a827ddfb617a4a69dbfd985a4b65 to your computer and use it in GitHub Desktop.
Save Tom-Millard/7391a827ddfb617a4a69dbfd985a4b65 to your computer and use it in GitHub Desktop.
Brew install php7
#!/bin/bash
brew update;
brew unlink php53 php54 php55 php56;
brew tap homebrew/dupes;
brew tap homebrew/versions;
brew tap homebrew/homebrew-php;
brew install php70;
brew install composer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment