PackageTrack
Sign in Get early access

symfony/dependency-injection

Allows you to standardize and centralize the way objects are constructed in your application

v8.1.5 472M downloads/mo #145 most downloaded on composer symfony/dependency-injection

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships fairly regularly

a new release about every 3 weeks

Rarely documented

notes for 29 of 663 stable releases

Nothing withdrawn

no release was ever pulled

15 years old

770 releases · first in 2011

66 releases in the last 12 months

see the full history below

Release timeline

692 releases · Sep 2011 to Aug 2026
2012 2014 2016 2018 2020 2022 2024 2026
Release Pre-release

Releases

latest 60 of 770
  1. v8.1.5 21 Aug 2026
    Release notes

    Changelog (v8.1.4...v8.1.5)

    • bug #65532 Keep escaping when resolving values against a resolved parameter bag (@nicolas-grekas)
    • bug #65474 Fix compiling nested service locators (@nicolas-grekas)
    • bug #65473 Fix sorting tagged services when autoconfiguration duplicates a tag (@nicolas-grekas)
    • bug #65542 Detect circular references through a shared factory builder (@nicolas-grekas)
    • bug #65441 Skip abstract classes and interfaces in findTaggedResourceIds() (@nicolas-grekas)
    • bug #65367 Fix PHP 8.6 deprecations (@nicolas-grekas)
    • bug #65271 Fix circular references through expressions (@eissasoubhi)
    • bug #65250 Fix class-level tag attributes being overridden by interface-level ones (@nicolas-grekas)
    Open source →
  2. v8.1.4 07 Aug 2026
    Release notes

    Changelog (v8.1.2...v8.1.4)

    • bug #65172 Don't keep partially-configured shared services when their setup fails (@javiereguiluz)
    • bug #65149 Resolve factories on "service_container" against the concrete container class (@lazerg)
    • bug #65133 Fix ParameterBag::clear() leaving stale deprecations and resolution state (@javiereguiluz)
    • bug #65120 Fix # being processed twice for PSR-4-discovered abstract types (@javiereguiluz)
    • bug #65113 Fix instantiating a lazy proxy for an inline definition (@nicolas-grekas)
    • bug #65112 Fix misleading error messages for invalid "proxy" tags (@nicolas-grekas)
    • bug #65111 Fix generating one proxy class per set of "proxy" tags (@nicolas-grekas)
    • bug #65109 Honor the interface passed to # (@nicolas-grekas)
    Open source →
  3. v8.1.2 28 Jul 2026
    Release notes

    Changelog (v8.1.1...v8.1.2)

    • bug #64999 Restore reading "container.behavior_describing_tags" in DecoratorServicePass (@nicolas-grekas)
    • bug #64708 Fix lazy + factory service with a leading-backslash class on PHP 8.4 (@Amoifr)
    • bug #64828 Add supported literal option not_found for imports..ignore_errors in services.schema and AppReference (@kaznovac)
    • bug #64668 Fix env var reported as never used for a removed autowired service (@eyupcanakman)
    Open source →
  4. v8.1.1 27 Jun 2026
    Release notes

    Changelog (v8.1.0...v8.1.1)

    • minor #64694 Fix service _instanceof type (@philbates35)
    • minor #64629 Fix deprecation when handling tagged iterator YAML short syntax (@MatTheCat)
    • bug #64572 Fix decorating an event listener no longer replacing it (@nicolas-grekas)
    • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
    • bug #64523 Keep behavior-describing tags 'proxy' and 'container.service_subscriber.locator' on decorated services (@ousamabenyounes)
    • minor #64417 Improve TaggedIteratorArgument deprecation warning (@jbafford)
    • minor #64416 Clarify # attribute in UPGRADE-8.1 (@jbafford)
    Open source →
  5. v8.1.0 29 May 2026

    Nothing published for this version

  6. v8.1.0-RC1 23 May 2026 pre-release

    Nothing published for this version

  7. v8.1.0-BETA3 19 May 2026 pre-release

    Nothing published for this version

  8. v8.1.0-BETA1 06 May 2026 pre-release

    Nothing published for this version

  9. v8.0.15 22 Jul 2026
    Release notes

    Changelog (v8.0.14...v8.0.15)

    • bug #64708 Fix lazy + factory service with a leading-backslash class on PHP 8.4 (@Amoifr)
    • bug #64828 Add supported literal option not_found for imports..ignore_errors in services.schema and AppReference (@kaznovac)
    • bug #64668 Fix env var reported as never used for a removed autowired service (@eyupcanakman)
    Open source →
  10. v8.0.14 27 Jun 2026

    Nothing published for this version

  11. v8.0.13 23 May 2026

    Nothing published for this version

  12. v8.0.10 06 May 2026

    Nothing published for this version

  13. v8.0.9 30 Apr 2026

    Nothing published for this version

  14. v8.0.8 31 Mar 2026

    Nothing published for this version

  15. v8.0.7 03 Mar 2026

    Nothing published for this version

  16. v8.0.6 25 Feb 2026

    Nothing published for this version

  17. v8.0.5 27 Jan 2026

    Nothing published for this version

  18. v8.0.4 23 Jan 2026

    Nothing published for this version

  19. v8.0.3 23 Dec 2025

    Nothing published for this version

  20. v8.0.2 08 Dec 2025

    Nothing published for this version

  21. v8.0.1 07 Dec 2025

    Nothing published for this version

  22. v8.0.0 27 Nov 2025

    Nothing published for this version

  23. v8.0.0-RC3 20 Nov 2025 pre-release

    Nothing published for this version

  24. v8.0.0-RC2 14 Nov 2025 pre-release

    Nothing published for this version

  25. v8.0.0-RC1 12 Nov 2025 pre-release

    Nothing published for this version

  26. v8.0.0-BETA2 01 Nov 2025 pre-release

    Nothing published for this version

  27. v8.0.0-BETA1 23 Oct 2025 pre-release

    Nothing published for this version

  28. v7.4.17 21 Aug 2026
    Release notes

    Changelog (v7.4.16...v7.4.17)

    • bug #65532 Keep escaping when resolving values against a resolved parameter bag (@nicolas-grekas)
    • bug #65474 Fix compiling nested service locators (@nicolas-grekas)
    • bug #65473 Fix sorting tagged services when autoconfiguration duplicates a tag (@nicolas-grekas)
    • bug #65542 Detect circular references through a shared factory builder (@nicolas-grekas)
    • bug #65441 Skip abstract classes and interfaces in findTaggedResourceIds() (@nicolas-grekas)
    • bug #65367 Fix PHP 8.6 deprecations (@nicolas-grekas)
    • bug #65271 Fix circular references through expressions (@eissasoubhi)
    • bug #65250 Fix class-level tag attributes being overridden by interface-level ones (@nicolas-grekas)
    Open source →
  29. v7.4.16 06 Aug 2026
    Release notes

    Changelog (v7.4.15...v7.4.16)

    • bug #65172 Don't keep partially-configured shared services when their setup fails (@javiereguiluz)
    • bug #65133 Fix ParameterBag::clear() leaving stale deprecations and resolution state (@javiereguiluz)
    • bug #65120 Fix # being processed twice for PSR-4-discovered abstract types (@javiereguiluz)
    • bug #65113 Fix instantiating a lazy proxy for an inline definition (@nicolas-grekas)
    • bug #65112 Fix misleading error messages for invalid "proxy" tags (@nicolas-grekas)
    • bug #65111 Fix generating one proxy class per set of "proxy" tags (@nicolas-grekas)
    • bug #65109 Honor the interface passed to # (@nicolas-grekas)
    Open source →
  30. v7.4.15 22 Jul 2026
    Release notes

    Changelog (v7.4.14...v7.4.15)

    • bug #64708 Fix lazy + factory service with a leading-backslash class on PHP 8.4 (@Amoifr)
    • bug #64828 Add supported literal option not_found for imports..ignore_errors in services.schema and AppReference (@kaznovac)
    • bug #64668 Fix env var reported as never used for a removed autowired service (@eyupcanakman)
    Open source →
  31. v7.4.14 24 Jun 2026

    Nothing published for this version

  32. v7.4.13 20 May 2026

    Nothing published for this version

  33. v7.4.10 06 May 2026

    Nothing published for this version

  34. v7.4.9 30 Apr 2026

    Nothing published for this version

  35. v7.4.8 31 Mar 2026

    Nothing published for this version

  36. v7.4.7 03 Mar 2026

    Nothing published for this version

  37. v7.4.6 25 Feb 2026

    Nothing published for this version

  38. v7.4.5 27 Jan 2026

    Nothing published for this version

  39. v7.4.4 23 Jan 2026

    Nothing published for this version

  40. v7.4.3 28 Dec 2025

    Nothing published for this version

  41. v7.4.2 08 Dec 2025

    Nothing published for this version

  42. v7.4.1 07 Dec 2025

    Nothing published for this version

  43. v7.4.0 27 Nov 2025

    Nothing published for this version

  44. v7.4.0-RC3 20 Nov 2025 pre-release

    Nothing published for this version

  45. v7.4.0-RC2 14 Nov 2025 pre-release

    Nothing published for this version

  46. v7.4.0-RC1 12 Nov 2025 pre-release

    Nothing published for this version

  47. v7.4.0-BETA2 01 Nov 2025 pre-release

    Nothing published for this version

  48. v7.4.0-BETA1 26 Oct 2025 pre-release

    Nothing published for this version

  49. v7.3.11 27 Jan 2026

    Nothing published for this version

  50. v7.3.10 23 Jan 2026

    Nothing published for this version

  51. v7.3.9 28 Dec 2025

    Nothing published for this version

  52. v7.3.8 07 Dec 2025

    Nothing published for this version

  53. v7.3.6 31 Oct 2025

    Nothing published for this version

  54. v7.3.4 11 Sep 2025

    Nothing published for this version

  55. v7.3.3 14 Aug 2025

    Nothing published for this version

  56. v7.3.2 30 Jul 2025

    Nothing published for this version

  57. v7.3.1 24 Jun 2025

    Nothing published for this version

  58. v7.3.0 19 May 2025

    Nothing published for this version

  59. v7.3.0-RC1 no date pre-release

    Nothing published for this version

  60. v7.3.0-BETA2 09 May 2025 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive