What's causing these errors? It has been like 10 times of these errors occur everytime I tried to install the composer
Note : environment variable is set up perfectly & laravel is the lastest version. (version 5 !?) , Window 7 32 bit
Thanks.
Some information gathered via phpinfo()
about SSL
Make sure you have no problems with your setup by running the installer's checks via curl -sS https://getcomposer.org/installer | php — –check . Try clearing Composer's cache by running composer clear-cache . Ensure you're installing vendors straight from your composer.
You can check your installed composer version using a command composer -v at the current path. Such as: composer -v.
Try to change default_socket_timeout
in your php.ini to 360
.
It´s weird but, in my case it was set default_socket_timeout = -1
and after i changed to default_socket_timeout = 360
worked just fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With