6.0.0
版本发布时间: 2023-05-11 03:25:48
doctrine/DoctrineModule最新发布版本:6.1.1(2024-01-27 18:46:55)
Release Notes for 6.0.0 Feature release (major)
Added
- Support for Laminas Cache used by default
- Doctrine Annotations 2.0
Removed
- Support for PHP 7.4
6.0.0
Total issues resolved: 1 Total pull requests resolved: 3 Total contributors: 3
What's Changed
- Adjust dependencies/code for doctrine/annotations 2 compatibility by @demiankatz in https://github.com/doctrine/DoctrineModule/pull/801
- Switch default cache config to make use of laminas-cache, when doctrine/cache ^2.0 is installed by @driehle in https://github.com/doctrine/DoctrineModule/pull/796
- Feat/merge drop php74 by @TomHAnderson in https://github.com/doctrine/DoctrineModule/pull/804
New Contributors
- @demiankatz made their first contribution in https://github.com/doctrine/DoctrineModule/pull/801
Full Changelog: https://github.com/doctrine/DoctrineModule/compare/5.3.0...6.0.0