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
# try to figure out simple multi php install | |
# https://www.npmjs.com/package/switch-php (yarn or npm - your choice) | |
yarn global add switch-php | |
# npm install --global switch-php | |
for version in 7.0 7.1 7.2 | |
do | |
brew reinstall php@$version |