5.3.0
Release Notes for 5.3.0
Feature release (minor)
Added
- Support for PHP 8.2
Changed
- Bumped DoctrineModule to 5.3.0
- The dependency towards
container-interop/container-interop
was dropped to allow installation of laminas-servicemanager >= 3.11.0 - Users refering to the symbol
Interop\Container\ContainerInterface
should update their code to usePsr\Container\ContainerInterface
5.3.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 5
Enhacement
- 730: Upgrade to Psalm 5 thanks to @driehle
- 729: Drop
container-interop/container-interop
thanks to @tomudding - 728: PHP 8.2 Support thanks to @rogervila
- 727: PHP 8.2 support thanks to @fezfez
- 725: Merge release 5.2.1 into 5.3.x thanks to @github-actions[bot]