- Drop support for php 8.1
- Add support for Symfon 7
- Update dependencies
- Require php 8.1
- [BC] Use new language features and change method signatures
- Allow Symfony 6
- [BC] Drop Symfony 4.4 and 5.1 support
- Allow setting a profiler bag verbosity in bundle configuration
- Format generic classes in profiler
- Allow an
$initiator
inResponseDecoders
supports
method
- Change a priority for
JsonResponseDecoder
to 60 (from 10) to be before a default priority (50)
- Initial implementation