【发布时间】:2013-11-08 10:13:10
【问题描述】:
我有以下 composer.json:http://pastebin.com/qtpJHqbW 但是,当我尝试运行 composer: update 时,出现以下错误:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package raulfraile/ladybug-bundle == 9999999-dev could not be found.
Problem 2
- Can only install one of: mopa/bootstrap-bundle[2.3.x-dev, 3.x-dev].
- Can only install one of: mopa/bootstrap-bundle[3.x-dev, 2.3.x-dev].
- Installation request for mopa/bootstrap-bundle 2.3.x-dev -> satisfiable by mopa/bootstrap-bundle[2.3.x-dev].
- Installation request for mopa/bootstrap-bundle == 3.9999999.9999999.9999999-dev -> satisfiable by mopa/bootstrap-bundle[3.x-dev].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
如果有人感兴趣的话,这里是link 到 github 上的 bundle repo。任何想法为什么?
【问题讨论】:
-
也上传您的 composer.lock 文件,id 确实从您的 composer.json 安装了 composer 并且没有问题。也尝试更新作曲家(作曲家自我更新)
标签: php symfony composer-php foselasticabundle