doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
382 stars 230 forks source link

Upgrade dependencies #640

Closed runtothefather closed 4 years ago

runtothefather commented 4 years ago

current doctrine/mongodb-odm dependency is a bit outdated (doctrine/mongodb-odm: ^2.0.0), is it possible to upgrade it to the newest version - ^2.1, since some features (ex. DateImmutableType) missed?

malarzm commented 4 years ago

^2.0.0 constraint is allowing 2.1.0 version to be installed, what's the problem?

runtothefather commented 4 years ago

🤦 ignore me, figured this case out, close the issue