我有以下 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.
如果有人感兴趣,这里是github 上的 bundle repo的链接。任何想法为什么?