When a new version of PHP is installed, to keep up with the WordPress VIP Go environment locally we need to do a few things:
pecl install gmagick- If #1 fails with a beta warning, use
pecl install channel://pecl.php.net/gmagick-2.0.6RC1instead (replace with the correct version if necessary) pecl install memcachecode /usr/local/etc/php/[version]/php.inito open the ini file. Uncomment the linesextension="gmagick.so"andextension="memcache.so"valet restart
And to make curl stop complaining about the SSL, do this: