doctrine / DoctrineMongoDBBundle

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

Allow symfony/deprecation-contracts 3+ #724

Closed kbond closed 2 years ago

malarzm commented 2 years ago

Thanks @kbond for the contribution! May I ask what changed in 3.0.0? As this is a major release I'd feel more comfortable knowing alas there is no info about the version (frankly about most of versions) on https://github.com/symfony/deprecation-contracts/releases

kbond commented 2 years ago

Hey @malarzm, Symfony releases new major versions of the contracts with new major versions of Symfony. Here are the 3.0 changes - nothing major, just a typehint really.

I had a dependency problem where composer wouldn't pull in 4.4 of this bundle because it only allows 2.x of symfony/deprecation-contracts.

malarzm commented 2 years ago

Thanks for the explanation! I've retargeted PR to 4.4.x and gonna release later today :)