homebrew switch php version code example
Example 1: brew switch php version
brew unlink [email protected]
brew link [email protected]
Example 2: homebrew switch php version
$ brew unlink [email protected]
$ brew link [email protected] --force --overwrite