Release v3.0.0
v3.0.0
Breaking: PHP 8.2+ and Symfony 7+ required. Symfony 6 and PHP 8.1 dropped.
See docs/CHANGELOG.md and docs/UPGRADING.md.
Changelog
Removed
- Symfony 6.x and PHP 8.1 support. The bundle now requires PHP 8.2+ and Symfony 7.0+ (
^7.0 || ^8.0).
Changed
- Requirements –
composer.jsonconstraints raised to PHP>=8.2 <8.6and Symfony^7.0 || ^8.0for all bundle dependencies. - CI – Test matrix aligned with the new minimums (PHP 8.2–8.5, Symfony 7.0 / 7.4 / 8.0 / 8.1).
- Documentation – README, INSTALLATION, COMPATIBILITY, and ROADMAP updated for PHP 8.2+ and Symfony 7+.
Commits
- Upgrade minimum requirements to PHP 8.2 and Symfony 7.0. Updated composer.json, composer.lock, and documentation to reflect the removal of support for Symfony 6.x and PHP 8.1. Adjusted CI matrix accordingly. (f3e0507)
- Apply PHP CS Fixer fixes [skip ci] (3dda922)
- Update composer.lock for Symfony 7 and 8 to reference new performance-bundle path (5f19323)