6.2.0
Release Notes for 6.2.0
Feature release (minor)
Changed
- doctrine/annotations ^2 is now required (1.x is not supported anymore)
- 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/collections ^2 is now required (1.x is not supported anymore)
- doctrine/event-manager ^2 is now required (1.x is not supported anymore)
- doctrine/persistence ^3 is now required (2.x is not supported anymore)
- symfony/console ^7 is now alled besides 6.x (5.x is not supported anymore)
Dropped
- Support for PHP 8.0 has been dropped
6.2.0
- Total issues resolved: 0
- Total pull requests resolved: 15
- Total contributors: 2
Enhancement
- 853: Prevent installation with old versions of dependant modules thanks to @driehle
- 851: Removed unneeded dependencies from composer.json thanks to @driehle
- 850: Dropped doctrine/event-manager 1.x thanks to @driehle
- 849: Dropped symfony/console 5.x, allow symfony/console 7.x thanks to @driehle
- 848: Dropped support for doctrine/annotations 1.x thanks to @driehle
- 847: Dropped support for doctrine/cache 1.x thanks to @driehle
- 846: Upgrade PHPStan from 1.12 to 2.0 thanks to @driehle
- 845: Upgraded from PHPUnit 9 to 10 thanks to @driehle
- 844: Removed Psalm in favour of PHPStan thanks to @driehle
- 843: Updated upstream workflows thanks to @driehle
- 842: Drop support for doctrine/persistence 2.x thanks to @driehle
- 841: Drop support for doctrine/collections 1.x thanks to @driehle
- 840: Drop PHP 8.0 thanks to @driehle
- 831: Merge release 6.1.1 into 6.2.x thanks to @github-actions[bot]
Documentation
- 852: Updated docs for caching thanks to @driehle