Release Notes for 6.2.0
Feature release (minor)
Changed
- Upgraded to doctrine/doctrine-module ^6.2.0, see release notes
- doctrine/cache ^2 is now required (1.x is not supported anymore) - Note: This change implies that laminas-cache is now used for caching, as doctrine/cache v2 does not contain implementations anymore. Using laminas-cache, however, is the default config since the 6.0.0 release. If you are using other adapters than
array
andfilesystem
, you might need to require additional laminas packages! - doctrine/dbal 3.x is now required (2.x not supported anymore)
Removed
- Support for PHP 8.0
6.2.0
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 1
Enhacement
- 766: Updated and removed unnecessary dev dependencies thanks to @driehle
- 765: Updated to doctrine-coding-standard v12 thanks to @driehle
- 764: Upgraded to doctrine/doctrine-module ^6.2.0 thanks to @driehle
- 763: Dropped support for doctrine/dbal 2.x thanks to @driehle
- 762: Allow doctrine/event-manager ^2.0 thanks to @driehle
- 761: Upgraded PHPStan from 1.12 to 2.0 thanks to @driehle
- 760: Upgraded from PHPUnit 9 to 10 thanks to @driehle
- 759: Removed Psalm in favour of PHPStan thanks to @driehle
- 758: Updated upstream workflows thanks to @driehle
- 757: Drop PHP 8.0 thanks to @driehle