I'm trying to install composer and I'm getting an error ,
What I did ,
- Downloaded composer
wget https://getcomposer.org/installer
php installer --check
All settings correct for using Composer
php installer
The error I got ,
The "https://getcomposer.org/versions" file could not be downloaded: Failed to enable crypto failed to open stream: operation failed The download failed repeatedly, aborting.
I tried google but no luck
php -m
from the command line, that will list the enabled extensions. Then runphp -v
to see what version of PHP you have. Post the results into your question. – Maulstick