Skip to content

Releases: symfony/dependency-injection

v8.0.7

06 Mar 17:12

Choose a tag to compare

Changelog (v8.0.6...v8.0.7)

  • bug #63508 Handle Stringable for string-typed arguments in CheckTypeDeclarationsPass (@yoeunes)
  • bug #63506 Fix TypeError when using a custom container base class with typed $parameterBag (@nicolas-grekas)

v7.4.7

06 Mar 16:44

Choose a tag to compare

Changelog (v7.4.6...v7.4.7)

  • bug #63508 Handle Stringable for string-typed arguments in CheckTypeDeclarationsPass (@yoeunes)
  • bug #63506 Fix TypeError when using a custom container base class with typed $parameterBag (@nicolas-grekas)

v6.4.35

06 Mar 16:31

Choose a tag to compare

Changelog (v6.4.34...v6.4.35)

  • bug #63506 Fix TypeError when using a custom container base class with typed $parameterBag (@nicolas-grekas)

v8.0.6

26 Feb 09:14

Choose a tag to compare

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 ResolveBindingsPass error 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

26 Feb 08:42

Choose a tag to compare

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 ResolveBindingsPass error 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

26 Feb 08:29

Choose a tag to compare

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 ResolveBindingsPass error 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

28 Jan 11:02

Choose a tag to compare

Changelog (v8.0.4...v8.0.5)

  • bug #63213 Fix lazy proxy type resolution for decorated services (@nicolas-grekas)

v7.4.5

28 Jan 10:44

Choose a tag to compare

Changelog (v7.4.4...v7.4.5)

  • bug #63213 Fix lazy proxy type resolution for decorated services (@nicolas-grekas)

v7.3.11

28 Jan 10:29

Choose a tag to compare

Changelog (v7.3.10...v7.3.11)

  • bug #63213 Fix lazy proxy type resolution for decorated services (@nicolas-grekas)

v8.0.4

25 Jan 08:31

Choose a tag to compare

Changelog (v8.0.3...v8.0.4)

  • bug #63160 Fix alias chain inversion when deprecated alias points to decorated service (amateescu)
  • bug #62920 Allow ParamConfigurator in ParametersConfig (@jack-worman)