doctrine / DoctrineMongoDBBundle

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

Update Doctrine ODM and Persistence dependencies #824

Closed GromNaN closed 6 months ago

GromNaN commented 6 months ago

We dropped support for doctrine/cache in https://github.com/doctrine/DoctrineMongoDBBundle/pull/804. Applications can upgrade to doctrine/persistence: 3.

Updating minimum dependencies helps maintenance by avoiding edge version incompatibility with future releases.

GromNaN commented 6 months ago

There is already a huge switch to doctrine/persistence 3. image

This package could be updated: https://github.com/phpstan/phpstan-doctrine/blob/310ab0f1ae9224c3c6aae39fa1e326a4053766c7/composer.json#L28C46-L28C46

Symfony is tested with persistence 3 only.