문제

I want to install resource bundle in sylius i used below command using cmd

composer require sylius/resource-bundle:0.2.*

when i ran above command i get below error

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.

Please share some knowledge..Thanks in advance.

도움이 되었습니까?

해결책

Why you want to install this bundle? I is already there as it is dependency of all other bundles. You do not need to install it separately. And these bundles use 0.1.* version currently.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top