的更新當我嘗試在我的項目更新ZF2,我得到這樣的警告:跳過安裝斌/ classmap_generator.php ......由Zend框架2庫
# php composer.phar update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing zendframework/zendframework (2.1.5)
Loading from cache
Skipped installation of bin/classmap_generator.php for package zendframework/zendframework: name conflicts with an existing file
zendframework/zendframework suggests installing doctrine/common (Doctrine\Common >=2.1 for annotation features)
zendframework/zendframework suggests installing ext-intl (ext/intl for i18n features)
zendframework/zendframework suggests installing ircmaxell/random-lib (Fallback random byte generator for Zend\Math\Rand if OpenSSL/Mcrypt extensions are unavailable)
zendframework/zendframework suggests installing pecl-weakref (Implementation of weak references for Zend\Stdlib\CallbackHandler)
zendframework/zendframework suggests installing zendframework/zendpdf (ZendPdf for creating PDF representations of barcodes)
zendframework/zendframework suggests installing zendframework/zendservice-recaptcha (ZendService\ReCaptcha for rendering ReCaptchas in Zend\Captcha and/or Zend\Form)
Writing lock file
Generating autoload files
什麼錯嗎?這些衝突的原因是什麼?如何正確更新ZF2?
你在哪個環境工作? – 2013-04-23 10:29:03
Ubuntu 10.04.3&Apache 2&PHP 5.4.14 – automatix 2013-04-23 10:40:56
在終端上執行'composer.phar update'命令,然後檢查。 – 2013-04-23 10:49:39