문제

Sonata 사용자 번들을 설정하려고합니다. 지침 또한 Sonata를 설치하려고합니다.쉬운 확장 (이 지침 ).

불행히도, 작곡가를 통해 쉽게 설치할 수 없습니다 (Win7) :

>composer require sonata-project/easy-extends-bundle
Please provide a version constraint for the sonata-project/easy-extends-bundle requirement: dev-master
./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
    - The requested package sonata-project/easy-extends-bundle could not be found in any version, there may be a typo in the package name.
  Problem 2
    - Installation request for symfony/framework-standard-edition 2.5.x-dev -> satisfiable by symfony/framework-standard-edition[2.5.x-dev].
    - symfony/framework-standard-edition 2.5.x-dev requires sonata-project/easy-extends-bundle 2.0 -> 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> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

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

I0을 포함하여 다양한 버전 제약을 시도했습니다.

누락 된

티아 매트

도움이 되었습니까?

해결책

SONATA-Users Google 그룹의 토론을 기반으로, 내 composer.json에 다음을 수동으로 추가하여 번들을 설치할 수있었습니다.

...    
"sonata-project/easy-extends-bundle": "dev-master",
...
.

관련 스레드는 gg의 관련 스레드를 찾을 수 있습니다 여기 .

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