Install & use Composer for dynamic PHP version – PHP Versions
On my local machine I have MAMP PRO running, which allows the change of PHP version per project independently. Composer is installed on a specific PHP version, but my project aren't. How would I use composer so that it will…