* 7.3:
[DependencyInjection] Fix lazy proxy creation for interfaces aliased to final classes
[HttpKernel] Fix StreamedResponse with chunks support in HttpKernelBrowser
[HttpFoundation] Fix AcceptHeader overwrites items with different parameters
[JsonStreamer] Rebuild cache on class update
[Routing] Fix default value not taken if usigng name:entity.attribute
[Mime] Remove unused variable in Email::prepareParts
[DependencyInjection] Fix merging explicit tags and #[AsTaggeditem]
* 6.4:
Fix implicitly-required parameters
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
[Messenger][AmazonSqs] Allow async-aws/sqs version 2
* 6.0:
[Profiler] relax return type for memory data collector
A sprintf is missing
Fix param annotation in HttpKernelBrowser
[Cache] fix compat with apcu < 5.1.10
Expand FormView key to include int
[PropertyInfo] PhpStan extractor nested object fix
[Console] Fix autocompletion of argument with default value
Run `open_basedir` tests in separate processes
* 5.4:
[Profiler] relax return type for memory data collector
Fix param annotation in HttpKernelBrowser
[Cache] fix compat with apcu < 5.1.10
Expand FormView key to include int
[PropertyInfo] PhpStan extractor nested object fix
[Console] Fix autocompletion of argument with default value
Run `open_basedir` tests in separate processes
* 4.4:
Update GitHub PR template
[DI] fix related to preloading
[HttpKernel] fix compat with legacy DebugClassLoader
[WebProfilerBundle] Assign automatic colors to custom Stopwatch categories
[DI] use dirname() when possible
Simplify usage of dirname()
Remove Google references when not needed
Simplify usage of dirname()
don't dump a scalar tag value on its own line
Remove Google references when not needed
[DI] fix Preloader
[HttpClient] fix calling the buffer-enabling callback
[HttpClient] fix php notice on push
do not perform string operations on null
Require exact match when reading from stdin with a dash