2013-06-07 8 views
2

나는 내가리소스 번들 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. 

약간의 지식을 공유하십시오 오류가 아래 얻을 내가 위의 명령 실행했을 때 cmd를

composer require sylius/resource-bundle:0.2.* 

를 사용하여 내가 명령 아래 사용 sylius에 자원 번들을 설치하려는 .. 미리 감사드립니다.

답변

1

왜이 번들을 설치 하시겠습니까? 나는 다른 모든 번들들의 의존성이 있기 때문에 이미 거기에있다. 별도로 설치할 필요가 없습니다. 그리고이 번들은 현재 0.1 버전을 사용합니다.

+0

왜냐하면 나는'php app/console sylius : install' 명령을 사용할 때 ** sylius **를 설치하기를 원하기 때문에이 명령을 실행하면 오류'자원 번들을 찾을 수 없음 '이 표시되어 왜 번들을 사용하고 싶은지 sylius docs portal [링크] (http://docs.sylius.com/en/latest/bundles/SyliusResourceBundle/installation.html)에서 설치 번들에 대한 참조 – vitts

+1

이 "리소스 번들"은 관련있는 메시지이기 때문에 오해의 소지가 있습니다. SyliusResourceBundle이 아니라 PHP 용 Intl 확장이 누락되었습니다. –