Php versions – Updating php with homebrew led to complications
My php version was 7.1.33 but in order to install a specific Laravel project I needed at least version 7.2. I'm using a Mac with High Sierra (10.13) installed. So I installed homebrew and then this: brew install [email protected] echo…