-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update brew php formulas, add php switcher
- Loading branch information
Showing
5 changed files
with
11 additions
and
21 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,3 +75,6 @@ function code () { | |
fi | ||
} | ||
|
||
function sphp() { | ||
brew-php-switcher "$@" -s | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,22 +16,10 @@ brew install openssl | |
brew install tig | ||
brew install composer | ||
brew install nmap | ||
brew install php70 | ||
brew install php70-redis | ||
brew install php70-mcrypt | ||
brew install php70-yaml | ||
brew install php70-mongodb | ||
brew unlink php70 | ||
brew install php71 | ||
brew install php71-redis | ||
brew install php71-mcrypt | ||
brew install php71-yaml | ||
brew install php71-mongodb | ||
brew unlink php71 | ||
brew install php72 | ||
brew install php72-redis | ||
brew install php72-yaml | ||
brew install php72-mongodb | ||
brew install [email protected] | ||
brew install [email protected] | ||
brew install [email protected] | ||
brew install brew-php-switcher | ||
brew install git | ||
brew install subversion | ||
brew install python3 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
yarn global add "gulp" | ||
yarn global add "phantomjs" | ||
yarn global add @vue/cli | ||
yarn global add @vue/cli-init |