2014-01-23 238 views
0


當我嘗試使用Zend PHP作曲家安裝webino像拇指它給了我這個錯誤
Zend框架2 composer.php

php composer.phar require webino/webino-image-thumb:2.*<br/> 
./composer.json has been updated<br/> 
Loading composer repositories with package information<br/> 
Ignoring unknown parameter "server role"<br/> 
Updating dependencies (including require-dev)<br/> 
Your requirements could not be resolved to an installable set of packages.<br/><br/> 



Problem 1<br/> 
    - Can only install one of: zf-commons/zfc-admin[v0.1.0, dev-master].<br/> 
    - Can only install one of: zf-commons/zfc-admin[v0.1.0, dev-master].<br/> 
    - Installation request for zf-commons/zfc-admin 0.1.0 -> satisfiable by zf-commons/zfc-admin[v0.1.0].<br/> 
    - Installation request for zf-commons/zfc-admin == 9999999-dev -> satisfiable by zf-commons/zfc-admin[dev-master].<br/>Any help<br/>Lanka 
+0

檢查你的作曲家,json文件看看你打算加載的包是否與你想加載的所需插件相同 –

+0

閱讀作曲文檔https://getcomposer.org/doc/articles/aliases .MD – Xerkus

回答

0

僅僅通過"webino/webino-image-thumb":"1.*"

Composer過濾包更換"webino/webino-image-thumb":"2.*"通過穩定性,默認情況下它需要最小的穩定性stable。您可以將其更改爲RC,因爲在撰寫本文時,webino-image-thumb爲2.0.0-RC1,或者僅使用1. * stable版本。檢查文檔here

+0

'加載作曲家倉庫與包裹信息
忽略未知參數「服務器角色」
更新依賴(包括要求-DEV)
你的要求不能被解析到一個安裝包集合。
問題1
- 只能安裝以下其中一個:zf-commons/zfc-admin [v0.1.0,dev-master]。
- 只能安裝以下其中一個:zf-commons/zfc-admin [v0.1.0,dev-master]。
- zf-commons/zfc-admin的安裝請求== 9999999-dev - > zf-commons/zfc-admin [dev-master]可以滿足。
安裝失敗 – Lanka