wampにZF2を取り付けています。
走る
php composer.phar self-update
それはうまく動作しますが、
私が走るときphp composer.phar install
次のようにエラーが発生しています
[Composer\Downloader\TransportException]
The "http://nodeload.github.com/zendframework/zf2/zip/release-2.2.1" file
could not be downloaded: failed to open stream: Unable to find the socket tr
ansport "ssl" - did you forget to enable it when you configured PHP?
私はphpを持っていcurl
てopen ssl
有効にしています。
検索しましたが、有効な解決策が見つかりません。
提案や回避策はありますか?
ありがとう