how to downgrade php 8.0 to 7.4 macos code example Example: homebrew switch php version $ brew unlink php@7.4 $ brew link php@8.0 --force --overwrite