Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v8.0.7
Changelog (v8.0.6...v8.0.7)
- bug #63508 Handle
Stringablefor string-typed arguments inCheckTypeDeclarationsPass(@yoeunes) - bug #63506 Fix
TypeErrorwhen using a custom container base class with typed$parameterBag(@nicolas-grekas)
v7.4.7
Changelog (v7.4.6...v7.4.7)
- bug #63508 Handle
Stringablefor string-typed arguments inCheckTypeDeclarationsPass(@yoeunes) - bug #63506 Fix
TypeErrorwhen using a custom container base class with typed$parameterBag(@nicolas-grekas)
v6.4.35
Changelog (v6.4.34...v6.4.35)
- bug #63506 Fix
TypeErrorwhen using a custom container base class with typed$parameterBag(@nicolas-grekas)
v8.0.6
Changelog (v8.0.5...v8.0.6)
- bug #63473 Fix PriorityTaggedServiceTrait not discovering
#on decorated services (@lacatoire) - bug #63462 Fix phpstan false-positive about config/reference.php (@nicolas-grekas)
- bug #63379 Prevent false unused-env errors for abstract definitions removed at compile time (@nicolas-grekas)
- bug #63307 Fix stale binding lookup in
ResolveBindingsPasserror message (@yoeunes) - bug #57561 Fix ignore invalid_reference behavior param for the some services (@Nguyen26052004)
- bug #63234 Fix parsing Target attributes on properties and on controllers (@nicolas-grekas)
v7.4.6
Changelog (v7.4.5...v7.4.6)
- bug #63473 Fix PriorityTaggedServiceTrait not discovering
#on decorated services (@lacatoire) - bug #63462 Fix phpstan false-positive about config/reference.php (@nicolas-grekas)
- bug #63379 Prevent false unused-env errors for abstract definitions removed at compile time (@nicolas-grekas)
- bug #63307 Fix stale binding lookup in
ResolveBindingsPasserror message (@yoeunes) - bug #57561 Fix ignore invalid_reference behavior param for the some services (@Nguyen26052004)
- bug #63234 Fix parsing Target attributes on properties and on controllers (@nicolas-grekas)
v6.4.34
Changelog (v6.4.33...v6.4.34)
- bug #63473 Fix PriorityTaggedServiceTrait not discovering
#on decorated services (@lacatoire) - bug #63379 Prevent false unused-env errors for abstract definitions removed at compile time (@nicolas-grekas)
- bug #63307 Fix stale binding lookup in
ResolveBindingsPasserror message (@yoeunes) - bug #57561 Fix ignore invalid_reference behavior param for the some services (@Nguyen26052004)
- bug #63234 Fix parsing Target attributes on properties and on controllers (@nicolas-grekas)
v8.0.5
Changelog (v8.0.4...v8.0.5)
- bug #63213 Fix lazy proxy type resolution for decorated services (@nicolas-grekas)
v7.4.5
Changelog (v7.4.4...v7.4.5)
- bug #63213 Fix lazy proxy type resolution for decorated services (@nicolas-grekas)
v7.3.11
Changelog (v7.3.10...v7.3.11)
- bug #63213 Fix lazy proxy type resolution for decorated services (@nicolas-grekas)
v8.0.4
Changelog (v8.0.3...v8.0.4)
- bug #63160 Fix alias chain inversion when deprecated alias points to decorated service (amateescu)
- bug #62920 Allow
ParamConfiguratorinParametersConfig(@jack-worman)