doctrine / DoctrineMongoODMModule

Laminas Module for Doctrine MongoDB ODM
https://www.doctrine-project.org/projects/doctrine-mongo-odm-module.html
MIT License
83 stars 87 forks source link

Fix compatibility issue with DoctrineModule 5.2.0 #263

Closed driehle closed 2 years ago

driehle commented 2 years ago

Since DoctrineMongoODMModule 4.0.x is officially not maintained anymore, I am releasing a fix to mark this module as incompatible to DoctrineModule >= 5.2.0.

For the 4.1.x series I am hoping to get this running again with a new release of DoctrineModule.

driehle commented 2 years ago

There we go, CI back working 💪

The change causing the issue was in DoctrineModule 5.2.0 in DriverFactory.php, see https://github.com/doctrine/DoctrineModule/compare/5.1.1...5.2.0