composer.phar

Par ANLI, il y a 12 ans


Salut

Lorsque je lance "php composer.phar update" je reçois ce message...

[Composer\Downloader\TransportException]
The "http://nodeload.github.com/fabpot/Twig/zip/v1.13.1" file could not be downloaded: failed to open stream: unable to find the socket transport "ssl" - did you forgot to enable it when you configured PHP?

Comment résoudre ce problème ?
sachant que :

Merci

2 réponses

Alex-D, il y a 12 ans

Salut !
Tu dois tout simplement avoir activé open ssl sur Apache mais pas sur PHP CLI. Copie le php.ini qui est dans bin/apache... vers bin/php
Et normalement, ça va fonctionnel niquel ;)

ANLI, il y a 12 ans

Merci ça marche niquel !!