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

Require orm ^2.11 and adapt cache implementation #710

Closed driehle closed 2 years ago

driehle commented 2 years ago

With orm ^2.11, cache adapters are always wrapped in a PSR6 object. This has caused issues with our CI pipeline in #708 and #709.

This PR upgrades orm to ^2.11.1 and changes unit tests to fix all CI errors. Targeted at the 4.2.x branch, which currently is still maintained.