5.3.0
Release Notes for 5.3.0
Feature release (minor)
Added
- Support for PHP 8.2
Changed
- 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: 7
- Total contributors: 4
Enhancement
- 798: Release 5.3.0 with PHP 8.2 Support thanks to @rogervila
- 797: Psalm 5 Support thanks to @rogervila
- 795: Deprecate decorating adapters from doctrine/cache for laminas-cache thanks to @driehle
- 794: Drop prophecy in favour of PHPUnit mocks thanks to @fezfez
- 793: Upgraded dependencies thanks to @driehle
- 792: Drop container-interop/container-interop thanks to @driehle
- 791: Add support for PHP 8.2 thanks to @fezfez
- 790: Merge release 5.2.1 into 5.3.x thanks to @github-actions[bot]