I was trying to enable ssl extension on MAMP to get a sylius (symfony2 bundle) working. But when the extension was enabled, composer started to misbehave saying that the ssl extension wasn't installed...
I follow this tutorial to install ssl extension: http://soundsplausible.com/2012/01/14/enable-ssl-in-mamp-2-0-5/
Before following the tutorial, my composer was working fine. Now, I'm getting this error:
Some settings on your machine may cause stability issues with Composer.
=======================================
If you encounter issues, try to change the following:
=======================================
The openssl extension is missing, which will reduce the security and stability of Composer.
=======================================
If possible you should enable it or recompile php with --with-openssl
======================================
I tried to cancel the installation of ssl that I've done but it's not working.