Magento扩展安装准备检查错误

时间:2018-02-18 12:30:08

标签: php magento magento2

我们发现了冲突的组件依赖关系。隐藏详细信息

Command "update" failed: Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for magento/module-shared-catalog 100.0.2 -> satisfiable by magento/module-shared-catalog[100.0.2].
- magento/module-shared-catalog 100.0.2 requires magento/module-advanced-checkout 100.2.* -> no matching package found.
Problem 2
- Installation request for magento/product-community-edition 2.0.0 -> satisfiable by magento/product-community-edition[2.0.0].
- magento/module-review-analytics 100.2.0 requires magento/framework 101.0.* -> satisfiable by magento/framework[101.0.0-rc21, 101.0.0-rc22, 101.0.0-rc23, 101.0.0-rc30, 101.0.0, 101.0.1, 101.0.2].
- Can only install one of: magento/framework[101.0.0-rc21, 100.0.2].
- Can only install one of: magento/framework[101.0.0-rc22, 100.0.2].
- Can only install one of: magento/framework[101.0.0-rc23, 100.0.2].
- Can only install one of: magento/framework[101.0.0-rc30, 100.0.2].
- Can only install one of: magento/framework[101.0.0, 100.0.2].
- Can only install one of: magento/framework[101.0.1, 100.0.2].
- Can only install one of: magento/framework[101.0.2, 100.0.2].
- magento/product-community-edition 2.0.0 requires magento/framework 100.0.2 -> satisfiable by magento/framework[100.0.2].
- Installation request for magento/module-review-analytics 100.2.0 -> satisfiable by magento/module-review-analytics[100.2.0].

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.

For additional assistance, see component dependency help . 

---我正在使用magento 2.我们将不胜感激。非常感谢你提前!

1 个答案:

答案 0 :(得分:0)

根据您的日志有几个问题。

首先:尝试逐个安装您的软件包。

第二:第一个问题是由于找不到包,所以在将它插入你的composer文件之前检查它是否存在。

第三:其他问题是由于您不应该首先添加到作曲家所需的依赖项。所以先检查依赖关系。