v6.3.4
版本发布时间: 2023-08-26 21:59:35
symfony/dependency-injection最新发布版本:v7.1.4(2024-08-31 01:06:52)
Changelog (https://github.com/symfony/dependency-injection/compare/v6.3.3...v6.3.4)
- bug symfony/symfony#51307 [DependencyInjection] fix dump xml with array/object/enum default value (@Jean-Beru)
- bug symfony/symfony#51251 [DependencyInjection] Do not add
return
inLazyClosure
when return type of closure isvoid
(@ruudk) - bug symfony/symfony#51219 [DependencyInjection][HttpKernel] Fix using
#[AutowireCallable]
with controller arguments (@HypeMC)