I would like to upgrade my PHP from 7.2 to 7.3 on my Mac Mojave.
My current version is 7.2.25 (when I execute php -v
).
I did that:
brew install php@7.3
It seems that it installed some things. But php -v
still displays 7.2.25.
I restarted my computer, and still get the same. What more can I do?