doctrine/DoctrineMongoDBBundle

cant install it with symfony 5.1.3

Closed this issue · 1 comments

composer output:

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

Problem 1
- Installation request for doctrine/mongodb-odm-bundle ^4.2 -> satisfiable by doctrine/mongodb-odm-bundle[4.2.0].
- Conclusion: remove doctrine/persistence 2.0.0
- Conclusion: don't install doctrine/persistence 2.0.0
- doctrine/mongodb-odm-bundle 4.2.0 requires doctrine/persistence ^1.3.6 -> satisfiable by doctrine/persistence[1.3.6, 1.3.7, 1.3.8].
- Can only install one of: doctrine/persistence[1.3.6, 2.0.0].
- Can only install one of: doctrine/persistence[1.3.7, 2.0.0].
- Can only install one of: doctrine/persistence[1.3.8, 2.0.0].
- Installation request for doctrine/persistence (locked at 2.0.0) -> satisfiable by doctrine/persistence[2.0.0].

then i try to remove "doctrine/persistence" using "composer remove doctrine/persistence", it prints this message:

doctrine/persistence is not required in your composer.json and has not been removed

@apapilov-sc we've tagged 4.2.1 that will fix your issue. Thank you for bringing this to our attention!