0

Windows XP環境でWampServer2を使用して、ここで初めてLaravel 4を実行しようとしています。すでに php_openssl.dll を有効にしています。

Laravel のルート ディレクトリで "composer install" を実行すると、filp​​/whoops をインストールしてから doctrine をインストールしてインストールを開始します。問題は教義で発生します:

D:\My Box Files\webdev\laravel4>composer install
Loading composer repositories with package information
Installing dependencies (including require-dev)
  - Installing filp/whoops (1.0.7)
    Downloading: 100%

  - Installing doctrine/lexer (dev-master bc0e1f0)
    Downloading: 100%

  - Installing doctrine/annotations (v1.1.2)
    Downloading: 100%

  ...
  ...

  - Installing doctrine/dbal (dev-master fbce4b5)
    Downloading: 100%



  [UnexpectedValueException]
  'D:\My Box Files\webdev\laravel4\vendor/doctrine/dbal/0385cd8ce14f51b82fc70
  029e8890ac0' is not a zip archive.

なぜこれが起こっているのか誰にも分かりますか?

4

1 に答える 1