How to switch PHP version on a mac with brew?

 


$ brew unlink php@7.2 
$ brew link php@7.3 --force --overwrite

Comments