当我尝试更新时,我得到这个错误:
C:\wamp\www\bwon>composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing symfony/finder (2.3.x-dev v2.3.0)
Downloading: 100%
Downloading: 100%
Downloading: 100%
[Composer\Downloader\TransportException]
The "http://nodeload.github.com/symfony/Finder/zip/v2.3.0" file could not b
e downloaded: failed to open stream: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?这是GitHub问题还是编写器问题?我之前在更新/下载composer包时没有遇到任何问题。
发布于 2013-06-05 15:06:43
我有同样的问题,我通过启用PHP_OPENSSL.dll解决了这个问题
如果您有mac,只需运行控制台命令即可
sudo port install php5-openssl仅此而已
最好的,安东尼奥
https://stackoverflow.com/questions/16903693
复制相似问题