Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Dependency Injection Laravel Package

symfony/dependency-injection

Symfony DependencyInjection component standardizes and centralizes object construction via a service container. Define services, parameters, and wiring, support autowiring and compilation, and manage dependencies consistently across applications and libraries.

View on GitHub
Deep Wiki
Context7
v8.0.8

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.7...v8.0.8)

  • bug #63812 Fix tagged_iterator/tagged_locator in array PHP config (@javiereguiluz)
  • bug #63823 Fix rejecting inline services in parameters section (@nicolas-grekas)
v7.4.8

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.7...v7.4.8)

  • bug #63812 Fix tagged_iterator/tagged_locator in array PHP config (@javiereguiluz)
  • bug #63823 Fix rejecting inline services in parameters section (@nicolas-grekas)
v6.4.36

Changelog (https://github.com/symfony/dependency-injection/compare/v6.4.35...v6.4.36)

  • bug #63823 Fix rejecting inline services in parameters section (@nicolas-grekas)
v8.0.7

Changelog (https://github.com/symfony/dependency-injection/compare/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

Changelog (https://github.com/symfony/dependency-injection/compare/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

Changelog (https://github.com/symfony/dependency-injection/compare/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

Changelog (https://github.com/symfony/dependency-injection/compare/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

Changelog (https://github.com/symfony/dependency-injection/compare/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

Changelog (https://github.com/symfony/dependency-injection/compare/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

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.4...v8.0.5)

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

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.4...v7.4.5)

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

Changelog (https://github.com/symfony/dependency-injection/compare/v7.3.10...v7.3.11)

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

Changelog (https://github.com/symfony/dependency-injection/compare/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)
v7.4.4

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.3...v7.4.4)

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

Changelog (https://github.com/symfony/dependency-injection/compare/v7.3.9...v7.3.10)

  • bug #63160 Fix alias chain inversion when deprecated alias points to decorated service (@amateescu)
v6.4.32

Changelog (https://github.com/symfony/dependency-injection/compare/v6.4.31...v6.4.32)

  • bug #63160 Fix alias chain inversion when deprecated alias points to decorated service (@amateescu)
v8.0.3

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#62843 [DependencyInjection] Fix referencing build-time array parameters (@nicolas-grekas)
  • bug symfony/symfony#62755 [DependencyInjection] Fix #[AutowireCallable] sometimes incorrectly inlined (@HypeMC)
  • bug symfony/symfony#62715 [DependencyInjection] Fix sharing services used only by tagged iterators (@nicolas-grekas)
v7.4.3

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#62843 [DependencyInjection] Fix referencing build-time array parameters (@nicolas-grekas)
  • bug symfony/symfony#62755 [DependencyInjection] Fix #[AutowireCallable] sometimes incorrectly inlined (@HypeMC)
  • bug symfony/symfony#62715 [DependencyInjection] Fix sharing services used only by tagged iterators (@nicolas-grekas)
v7.3.9

Changelog (https://github.com/symfony/dependency-injection/compare/v7.3.8...v7.3.9)

  • bug symfony/symfony#62843 [DependencyInjection] Fix referencing build-time array parameters (@nicolas-grekas)
  • bug symfony/symfony#62755 [DependencyInjection] Fix #[AutowireCallable] sometimes incorrectly inlined (@HypeMC)
  • bug symfony/symfony#62715 [DependencyInjection] Fix sharing services used only by tagged iterators (@nicolas-grekas)
  • bug symfony/symfony#62714 [DependencyInjection] Handle recursive factory reentry for shared services in PhpDumper (@nicolas-grekas)
  • bug symfony/symfony#62685 [DependencyInjection] Fix PriorityTaggedServiceTrait when tag attributes are not a list (@GromNaN)
v6.4.31

Changelog (https://github.com/symfony/dependency-injection/compare/v6.4.30...v6.4.31)

  • bug symfony/symfony#62843 [DependencyInjection] Fix referencing build-time array parameters (@nicolas-grekas)
  • bug symfony/symfony#62715 [DependencyInjection] Fix sharing services used only by tagged iterators (@nicolas-grekas)
  • bug symfony/symfony#62714 [DependencyInjection] Handle recursive factory reentry for shared services in PhpDumper (@nicolas-grekas)
v8.0.2

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.1...v8.0.2)

  • bug symfony/symfony#62685 [DependencyInjection] Fix PriorityTaggedServiceTrait when tag attributes are not a list (@GromNaN)
v7.4.2

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.1...v7.4.2)

  • bug symfony/symfony#62685 [DependencyInjection] Fix PriorityTaggedServiceTrait when tag attributes are not a list (@GromNaN)
v8.0.1

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.0...v8.0.1)

  • bug symfony/symfony#62675 [DependencyInjection] Fix dealing with errored service definitions (@nicolas-grekas)
  • bug symfony/symfony#62665 [DependencyInjection] Revert "bug symfony/symfony#62541 Reset resolved state when setting a parameter" (@nicolas-grekas)
  • bug symfony/symfony#62477 [DependencyInjection] Allow manual bindings on parameters with #[Target] (@yoeunes)
  • bug symfony/symfony#62544 [DependencyInjection] Ensure deprecation detection does not trigger a PHP error (@bnf)
  • bug symfony/symfony#62646 [DependencyInjection] Throw when using $this or its internal scope from PHP config files (@nicolas-grekas)
  • bug symfony/symfony#62541 [DependencyInjection] Reset resolved state when setting a parameter (@yoeunes)
  • bug symfony/symfony#62558 [DependencyInjection] Don't add empty .container.known_envs in XML loader (@GromNaN)
  • bug symfony/symfony#62482 [DependencyInjection] Fix loose validation in #[Autowire] attribute (@yoeunes)
  • bug symfony/symfony#62523 [DependencyInjection] Fix state corruption in PhpFileLoader during recursive imports (@yoeunes)
  • bug symfony/symfony#62506 [DependencyInjection] Fix query_string env processor for URLs without query string (@yoeunes)
  • bug symfony/symfony#62485 [DependencyInjection] Fix loop corruption in CheckTypeDeclarationsPass (@yoeunes)
  • bug symfony/symfony#62486 [DependencyInjection] Fix invalid PHP syntax for nullable TypedReference in PhpDumper (@yoeunes)
v7.4.1

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.0...v7.4.1)

  • bug symfony/symfony#62675 [DependencyInjection] Fix dealing with errored service definitions (@nicolas-grekas)
  • bug symfony/symfony#62665 [DependencyInjection] Revert "bug symfony/symfony#62541 Reset resolved state when setting a parameter" (@nicolas-grekas)
  • bug symfony/symfony#62477 [DependencyInjection] Allow manual bindings on parameters with #[Target] (@yoeunes)
  • bug symfony/symfony#62544 [DependencyInjection] Ensure deprecation detection does not trigger a PHP error (@bnf)
  • bug symfony/symfony#62646 [DependencyInjection] Throw when using $this or its internal scope from PHP config files (@nicolas-grekas)
  • bug symfony/symfony#62541 [DependencyInjection] Reset resolved state when setting a parameter (@yoeunes)
  • bug symfony/symfony#62558 [DependencyInjection] Don't add empty .container.known_envs in XML loader (@GromNaN)
  • bug symfony/symfony#62482 [DependencyInjection] Fix loose validation in #[Autowire] attribute (@yoeunes)
  • bug symfony/symfony#62523 [DependencyInjection] Fix state corruption in PhpFileLoader during recursive imports (@yoeunes)
  • bug symfony/symfony#62506 [DependencyInjection] Fix query_string env processor for URLs without query string (@yoeunes)
v7.3.8

Changelog (https://github.com/symfony/dependency-injection/compare/v7.3.7...v7.3.8)

  • bug symfony/symfony#62675 [DependencyInjection] Fix dealing with errored service definitions (@nicolas-grekas)
  • bug symfony/symfony#62665 [DependencyInjection] Revert "bug symfony/symfony#62541 Reset resolved state when setting a parameter" (@nicolas-grekas)
  • bug symfony/symfony#62541 [DependencyInjection] Reset resolved state when setting a parameter (@yoeunes)
  • bug symfony/symfony#62482 [DependencyInjection] Fix loose validation in #[Autowire] attribute (@yoeunes)
  • bug symfony/symfony#62523 [DependencyInjection] Fix state corruption in PhpFileLoader during recursive imports (@yoeunes)
  • bug symfony/symfony#62506 [DependencyInjection] Fix query_string env processor for URLs without query string (@yoeunes)
  • bug symfony/symfony#62485 [DependencyInjection] Fix loop corruption in CheckTypeDeclarationsPass (@yoeunes)
  • bug symfony/symfony#62486 [DependencyInjection] Fix invalid PHP syntax for nullable TypedReference in PhpDumper (@yoeunes)
  • bug symfony/symfony#62437 [DependencyInjection] Fix preloading LazyClosure (@nicolas-grekas)
  • bug symfony/symfony#62393 [Dependencyinjection] Call default index method when index is not provided by tag (@yoeunes)
  • bug symfony/symfony#62304 [DependencyInjection] Fix lazy proxy creation for interfaces aliased to final classes (@yoeunes)
  • bug symfony/symfony#62329 [DependencyInjection] Fix merging explicit tags and #[AsTaggeditem] (@nicolas-grekas)
v6.4.30

Changelog (https://github.com/symfony/dependency-injection/compare/v6.4.29...v6.4.30)

  • bug symfony/symfony#62675 [DependencyInjection] Fix dealing with errored service definitions (@nicolas-grekas)
  • bug symfony/symfony#62665 [DependencyInjection] Revert "bug symfony/symfony#62541 Reset resolved state when setting a parameter" (@nicolas-grekas)
  • bug symfony/symfony#62541 [DependencyInjection] Reset resolved state when setting a parameter (@yoeunes)
  • bug symfony/symfony#62482 [DependencyInjection] Fix loose validation in #[Autowire] attribute (@yoeunes)
  • bug symfony/symfony#62523 [DependencyInjection] Fix state corruption in PhpFileLoader during recursive imports (@yoeunes)
  • bug symfony/symfony#62506 [DependencyInjection] Fix query_string env processor for URLs without query string (@yoeunes)
  • bug symfony/symfony#62485 [DependencyInjection] Fix loop corruption in CheckTypeDeclarationsPass (@yoeunes)
  • bug symfony/symfony#62486 [DependencyInjection] Fix invalid PHP syntax for nullable TypedReference in PhpDumper (@yoeunes)
  • bug symfony/symfony#62437 [DependencyInjection] Fix preloading LazyClosure (@nicolas-grekas)
v7.4.0

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.0-RC3...v7.4.0)

  • bug symfony/symfony#62485 [DependencyInjection] Fix loop corruption in CheckTypeDeclarationsPass (@yoeunes)
  • bug symfony/symfony#62486 [DependencyInjection] Fix invalid PHP syntax for nullable TypedReference in PhpDumper (@yoeunes)
  • bug symfony/symfony#62476 [DependencyInjection] Fix wrong trait usage in ServiceLocatorArgument (@yoeunes)
v8.0.0

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.0-RC3...v8.0.0)

  • bug symfony/symfony#62476 [DependencyInjection] Fix wrong trait usage in ServiceLocatorArgument (@yoeunes)
v8.0.0-RC3

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.0-RC2...v8.0.0-RC3)

  • bug symfony/symfony#62437 [DependencyInjection] Fix preloading LazyClosure (@nicolas-grekas)
v7.4.0-RC3

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.0-RC2...v7.4.0-RC3)

  • bug symfony/symfony#62437 [DependencyInjection] Fix preloading LazyClosure (@nicolas-grekas)
v8.0.0-RC2

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.0-RC1...v8.0.0-RC2)

  • bug symfony/symfony#62393 [Dependencyinjection] Call default index method when index is not provided by tag (@yoeunes)
v7.4.0-RC2

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.0-RC1...v7.4.0-RC2)

  • bug symfony/symfony#62393 [Dependencyinjection] Call default index method when index is not provided by tag (@yoeunes)
v8.0.0-RC1

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.0-BETA2...v8.0.0-RC1)

  • bug symfony/symfony#62304 [DependencyInjection] Fix lazy proxy creation for interfaces aliased to final classes (@yoeunes)
  • bug symfony/symfony#62329 [DependencyInjection] Fix merging explicit tags and #[AsTaggeditem] (@nicolas-grekas)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport