Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Support for Symfony 5.1.5 #23

Closed
pibrom opened this issue Sep 2, 2020 · 3 comments
Closed

Support for Symfony 5.1.5 #23

pibrom opened this issue Sep 2, 2020 · 3 comments

Comments

@pibrom
Copy link

pibrom commented Sep 2, 2020

Hello,
Symfony 5.1.5 has just been released today !
When I tried to install your PAckage, I encountered a issue :
"Your requirements could not be resolved to an installable set of packages."

Is your package fully compatible with Symfony 5.1.5 Or do I need to install anything else before considering installign your package ?

Thanks for your help !

@numerogeek
Copy link

numerogeek commented Sep 2, 2020

Hello !

Same problem here :

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: remove doctrine/cache 1.10.2
    - Conclusion: don't install doctrine/cache 1.10.2
    - doctrine/common 2.2.1 conflicts with doctrine/cache[1.10.2].
    - doctrine/common 2.2.2 conflicts with doctrine/cache[1.10.2].
    - doctrine/common 2.2.3 conflicts with doctrine/cache[1.10.2].
    - doctrine/common 2.3.0 conflicts with doctrine/cache[1.10.2].
    - Installation request for doctrine/cache (locked at 1.10.2) -> satisfiable by doctrine/cache[1.10.2].
    - Installation request for antishov/doctrine-extensions-bundle 1.4.1 -> satisfiable by antishov/doctrine-extensions-bundle[v1.4.1].
    - Conclusion: don't install doctrine/common 3.0.2|install doctrine/common 2.2.1|install doctrine/common 2.2.2|install doctrine/common 2.2.3|install doctrine/common 2.3.0

And so on...

@numerogeek
Copy link

numerogeek commented Sep 2, 2020

@pibrom
temporary fix :
composer remove doctrine/orm doctrine/doctrine-bundle doctrine/doctrine-migrations-bundle
composer require stof/doctrine-extensions-bundle
composer require symfony/orm-pack

Doing this, you will install Doctrine 2 instead of 3.

@antishov
Copy link
Owner

Fixed in v1.4.3
Thanks

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

No branches or pull requests

3 participants