- Fix deprecations
- Test against PHP 8.5
- Allow Symfony 8
- Fix Twig 3.21 deprecation
- Dispatch UploadedFileEvent when a file is uploaded
- Fix QR code generation with endroid/qr-code v4 & v5
- QR code generation: Add compatibility with endroid/qr-code v6
- Drop passing tag to Node constructor to fix Twig 3.12 deprecation
- Drop usage of spaceless filter in Twig templates to fix Twig 3.12 deprecation
- RecaptchaV3 - Don't catch exception
- Test against PHP 8.4 & Symfony 7.1 + 7.2
- Deprecate the PasswordStrength constraint
- Add error codes and score to RecaptchaV3 constraint
- Fix Slug constraint by not allowing dashes everywhere
- Mark paginator_theme & datalist_theme nodes as
#[YieldReady]
- Allow doctrine/orm v3
- Drop support for PHP < 8.2
- Add support for Symfony 7
- Drop support for Symfony 5.4 & Symfony < 6.4
- Upgrade dev dependencies
- Add support for endroid/qr-code v5
- Removed YAML routing files, import PHP routing files instead
- The path to the routing files have changed, see UPGRADE-5.x.md
- Following the services rewritten to PHP, all services are now defined using class FQCN instead of named services