【发布时间】:2013-07-19 19:04:20
【问题描述】:
我是 Zend 和 php 的新手
在尝试安装 zf2 时,我在安装 composer.phar 时遇到了问题
我已经克隆了以下存储库 git clone git://github.com/zendframework/ZendSkeletonApplication.git zf2-tutorial
然后移入 xampp\htdocss
php composer.phar self-update --> 这是有效的,当我运行下一个命令时出现异常。
$ php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing zendframework/zendframework (2.2.1)
Downloading: 100%
[UnexpectedValueException]
'C:\xampp\htdocs\zf2-tutorial\vendor/zendframework/zendframework/30d4a3b0d6 7fcce22fce0aeedb6f1573.1' 不是 zip 存档。
【问题讨论】:
标签: php zend-framework2 composer-php