brew uninstall php
brew uninstall php70
brew uninstall php56
brew install php
brew install [email protected]
brew install [email protected]
php-from-56() {
valet stop;
brew services stop [email protected];
brew unlink [email protected];
brew link --force php;
brew services start php;
composer global update;
valet start;
}
php-to-56() {
valet stop;
brew services stop php;
brew unlink php;
brew link --force [email protected];
brew services start [email protected];
composer global update;
valet start;
}
php-from-71() {
valet stop;
brew services stop [email protected];
brew unlink [email protected];
brew link --force php;
brew services start php;
composer global update;
valet start;
}
php-to-71() {
valet stop;
brew services stop php;
brew unlink php;
brew link --force [email protected];
brew services start [email protected];
composer global update;
valet start;
}
Mcrypt is included by default in new 5.6 formula
pecl uninstall -r imagick
pecl install imagick