0

更新しようとすると、次のエラーが表示されます。

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 パッケージの更新/ダウンロードに問題はありませんでした。

4

1 に答える 1

0

PHP_OPENSSL.dllを有効にすることで解決する同じ問題がありました

Mac を使用している場合は、console コマンドを実行するだけです

sudo port install php5-openssl

それだけです

ベスト、アントニオ

于 2013-06-05T07:06:43.413 に答える