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

Move doctrine/persistence to dev dependencies #269

Closed MidnightDesign closed 2 years ago

MidnightDesign commented 2 years ago

The dependency is not used in production code, only in DoctrineMongoODMModuleTest\Assets\CustomRepositoryFactory.

driehle commented 2 years ago

I have fixed the issue with PhpStan, which was still present in this PR. Since this PR effectively adds a new feature, i.e. the support for persistence v3, we have to release it as a new minor release, i.e. 4.2.0 and not 4.1.2.

Thank you, @MidnightDesign, for your time and contribution!

MidnightDesign commented 2 years ago

@driehle Would it be possible to release 4.2? We're waiting for this change. Thanks!

driehle commented 2 years ago

I am planning to first get #270 merged before releasing 4.2.0. However, I expect to make a release today or tomorrow.