doctrine / DoctrineORMModule

Doctrine ORM Module for Laminas
https://www.doctrine-project.org/projects/doctrine-orm-module.html
MIT License
437 stars 229 forks source link

Upgrade `doctrine/DoctrineModule` to v6 #735

Closed Koen1999 closed 1 year ago

Koen1999 commented 1 year ago

doctrine/DoctrineModule can be upgraded to v6. The most prominent change is the changes to the caching dependencies. As a result of this upgrade, we can drop the dependency on the deprecated doctrine/cache

Please see: https://github.com/doctrine/DoctrineModule/releases

Koen1999 commented 1 year ago

I also just noticed that the maintainers are already working on this in PR: https://github.com/doctrine/DoctrineORMModule/pull/734

My compliments!

demiankatz commented 1 year ago

@Koen1999, I'm not a maintainer on this project, just the contributor of #734. I'm hoping somebody with more power can give my work a review soon!