Last active
February 14, 2017 20:28
-
-
Save Tom-Millard/7391a827ddfb617a4a69dbfd985a4b65 to your computer and use it in GitHub Desktop.
Brew install php7
This file contains 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
#!/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