我有一个包含多个包的项目每个包都在一个私有 git 存储库中。
一些包相互依赖。
您可以在这里查看我的满意http://codepen.io/anon/pen/wBOEQW页面的外观。
现在,如果我克隆 project-xpto/core,并运行 composer update 我得到这个:
➜ php-core git:(master) composer update 使用包信息加载 composer 存储库 更新依赖项(包括 require-dev) 您的需求无法解析为一组可安装的包。
Problem 1 - Installation request for project-xpto/event dev-master -> satisfiable by project-xpto/event[dev-master]. - project-xpto/event dev-master requires project-xpto/activity-streams dev-master -> no matching package found. Problem 2 - Installation request for project-xpto/tool dev-master -> satisfiable by project-xpto/tool[dev-master]. - project-xpto/tool dev-master requires project-xpto/activity-streams dev-master -> no matching package found. 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>
更多细节。
Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
- satis.json => http://pastie.org/private/s0e2rxtnvpv9g7rpp415a
- composer.json xpto-core => http://pastie.org/10062586
- composer.json xpto-event => http://pastie.org/private/stxe2sbwpja8088knrldq
- composer.json xpto-tool => http://pastie.org/private/11o9wv94kvfprl5wjfibrq
- composer.json xpto-activity-streams => http://pastie.org/private/plieipe2gco1yt4gs0jxg
不应该满足解决所有依赖关系并且一切正常吗?
我做错了什么?
如果您需要其他任何内容,请询问我会在这里更新。