Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolveable dependencies #32

Closed
kingcrunch opened this issue Mar 26, 2014 · 3 comments
Closed

Unresolveable dependencies #32

kingcrunch opened this issue Mar 26, 2014 · 3 comments

Comments

@kingcrunch
Copy link

In short

$ composer.phar install --dev    
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - knplabs/knp-gaufrette-bundle 0.2.x-dev requires knplabs/gaufrette ~0.1.7 -> satisfiable by knplabs/gaufrette[0.1.x-dev, v0.1.7].
    - Can only install one of: knplabs/gaufrette[0.2.x-dev, 0.1.x-dev].
    - Can only install one of: knplabs/gaufrette[v0.1.7, 0.2.x-dev].
    - sylius/core-bundle 0.9.x-dev requires knplabs/knp-gaufrette-bundle 0.2.*@dev -> satisfiable by knplabs/knp-gaufrette-bundle[0.2.x-dev].
    - sylius/core-bundle 0.9.x-dev requires knplabs/gaufrette 0.2.*@dev -> satisfiable by knplabs/gaufrette[0.2.x-dev].
    - sylius/web-bundle 0.9.x-dev requires sylius/core-bundle 0.9.*@dev -> satisfiable by sylius/core-bundle[0.9.x-dev].
    - Installation request for sylius/web-bundle 0.9.* -> satisfiable by sylius/web-bundle[0.9.x-dev].

update ends up in the same.

@schuppo
Copy link

schuppo commented Mar 27, 2014

I had that problem yesterday as well. Today, when I started a new installation from scratch, I ended up first with the error Class 'Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle' not found which was easy to fix by adding "doctrine/doctrine-fixtures-bundle": "2.2.*", to composer.json. The next missing dependency was 'Liip\DoctrineCacheBundle\LiipDoctrineCacheBundle' which was easy to fix too.
But now I get an InvalidArgumentException which says The class sylius.model.promotion_subject.class does not exists.
What to do?

@pjedrzejewski
Copy link
Member

Will be fixed by Sylius/Sylius#1283.

@smarques
Copy link

Isn't Liip\DoctrineCacheBundle\LiipDoctrineCacheBundle deprecated in favor of doctrine/doctrine-cache-bundle ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants