Switch between php7.4 and php 8.2 on macos
Dec 25, 2022 mac os
PHP 7.4
brew install shivammathur/php/[email protected]
brew unlink [email protected] && brew link --overwrite --force [email protected]
PHP 8.2
brew install shivammathur/php/[email protected]
brew unlink [email protected] && brew link --overwrite --force [email protected]