在sylius中安装资源包0.2*失败



我想在sylius中安装资源包,我使用以下命令使用cmd

composer require sylius/resource-bundle:0.2.*

当我运行上面的命令时,我得到以下错误

composer.json has been updated
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
    - sylius/taxation-bundle 0.1.x-dev requires sylius/resource-bundle 0.1.* -> satisfiable by sylius/resour
ce-bundle[v0.1.0].
    - sylius/taxation-bundle 0.1.x-dev requires sylius/resource-bundle 0.1.* -> satisfiable by sylius/resour
ce-bundle[v0.1.0].
    - Can only install one of: sylius/resource-bundle[v0.2.0, v0.1.0].
    - Can only install one of: sylius/resource-bundle[v0.2.0, v0.1.0].
    - Installation request for sylius/resource-bundle 0.2.* -> satisfiable by sylius/resource-bundle[v0.2.0]
.
    - Installation request for sylius/taxation-bundle == 0.1.9999999.9999999-dev -> satisfiable by sylius/ta
xation-bundle[0.1.x-dev].


Installation failed, reverting composer.json to its original content.

为什么要安装这个包?它已经存在了,因为它是所有其他bundle的依赖。您不需要单独安装。这些bundle使用0.1。*当前版本

最新更新