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 standardizes and centralizes object construction with a powerful service container. Define services and parameters, manage autowiring and configuration, and optimize performance through compilation for cleaner, decoupled apps.

View on GitHub
Deep Wiki
Context7
v8.1.5

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

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

Changelog (https://github.com/symfony/dependency-injection/compare/v6.4.43...v6.4.44)

  • 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 #65367 Fix PHP 8.6 deprecations (@nicolas-grekas)
  • bug #65271 Fix circular references through expressions (@eissasoubhi)
  • 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 #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)
v8.1.4

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

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

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

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

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

Changelog (https://github.com/symfony/dependency-injection/compare/v6.4.42...v6.4.43)

  • bug #64668 Fix env var reported as never used for a removed autowired service (@eyupcanakman)
v8.1.1

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

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.13...v8.0.14)

v7.4.14

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.13...v7.4.14)

v6.4.42

Changelog (https://github.com/symfony/dependency-injection/compare/v6.4.38...v6.4.42)

  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
v8.1.0-RC1

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

  • bug #64311 Fix service() as invokable factory in array-based PHP config (@nicolas-grekas)
v8.0.13

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.10...v8.0.13)

  • bug #64311 Fix service() as invokable factory in array-based PHP config (@nicolas-grekas)
v7.4.13

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.10...v7.4.13)

  • bug #64311 Fix service() as invokable factory in array-based PHP config (@nicolas-grekas)
v8.1.0-BETA3

Changelog (https://github.com/symfony/dependency-injection/compare/v8.1.0-BETA1...v8.1.0-BETA3)

v8.1.0-BETA1

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.13...v8.1.0-BETA1)

  • bug #64311 Fix service() as invokable factory in array-based PHP config (@nicolas-grekas)
  • feature #63751 Add support for resetting non-shared services (@Pechynho)
  • feature #64055 Add FRANKENPHP_RESET_KERNEL to reset the kernel between requests (@nicolas-grekas)
  • feature #63988 Support autowiring env vars as closures or Stringable when using # (@nicolas-grekas)
  • feature #63910 Allow inline Definition as factory and configurator (@GromNaN)
  • bug #63962 Fix empty bundle cache when container is rebuilt (@HypeMC)
  • bug #63921 Fix bundles cache freshness check (@HypeMC)
  • feature #63880 Add #, ServicesBundle and ConsoleBundle (@nicolas-grekas)
  • feature #63877 Add AddBehaviorDescribingTagsPass (@nicolas-grekas)
  • feature #63710 Add Kernel and Bundle infrastructure for HTTP-less DI-powered apps (@nicolas-grekas)
  • feature #63590 Add support for using service stacks as decorators (@nicolas-grekas)
  • feature #63612 Add DeepCloner for COW-friendly deep cloning (@nicolas-grekas)
  • feature #63426 Deprecate named autowiring alias that don't use # (@nicolas-grekas)
  • feature #63242 Add decoration stack to debug:container command (@ayyoub-afwallah)
  • feature #62638 Add tag decoration support (@mtarld)
  • feature #63181 Add target parameter to # attribute (@ayyoub-afwallah)
  • feature #63111 Add argument exclude to ContainerConfigurator::import() (@tilaven)
  • feature #62835 Allow environment variables with . in them (Max Baldanza)
  • feature #62538 Add support for SOURCE_DATE_EPOCH environment variable (Charles-Édouard Coste)
  • feature #62339 Deprecate default index/priority methods when defining tagged locators/iterators (@nicolas-grekas)
  • feature #62483 Deprecate invalid options when using from_callable (@yoeunes)
v6.4.38

Changelog (https://github.com/symfony/dependency-injection/compare/v6.4.37...v6.4.38)

  • bug #64100 URL-encode tmp path in XliffUtils::shouldEnableEntityLoader (@ousamabenyounes)
v8.0.10

Changelog (https://github.com/symfony/dependency-injection/compare/v8.0.9...v8.0.10)

  • bug #64141 Fix lazy-autowiring an already-lazy service (@nicolas-grekas)
  • bug #64100 URL-encode tmp path in XliffUtils::shouldEnableEntityLoader (@ousamabenyounes)
v7.4.10

Changelog (https://github.com/symfony/dependency-injection/compare/v7.4.9...v7.4.10)

  • bug #64141 Fix lazy-autowiring an already-lazy service (@nicolas-grekas)
  • bug #64100 URL-encode tmp path in XliffUtils::shouldEnableEntityLoader (@ousamabenyounes)
v8.0.9

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

  • bug #64090 Reject circular references through a factory builder's setup (@nicolas-grekas)
  • bug #64006 Fix hidden dependency on symfony/config in PhpDumper (@GromNaN)
  • bug #63980 Log every build parameter removed during compilation (@ousamabenyounes)
  • bug #63951 Fix autowiring nullable intersection types (@HypeMC)
  • bug #63922 Fix excludeSelf not applied when using AutowireLocator (@GromNaN)
  • bug #63876 Fix instanceof autoconfiguration for anonymous classes (@jlabedo)
v7.4.9

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

  • bug #64090 Reject circular references through a factory builder's setup (@nicolas-grekas)
  • bug #64006 Fix hidden dependency on symfony/config in PhpDumper (@GromNaN)
  • bug #63980 Log every build parameter removed during compilation (@ousamabenyounes)
  • bug #63951 Fix autowiring nullable intersection types (@HypeMC)
  • bug #63922 Fix excludeSelf not applied when using AutowireLocator (@GromNaN)
  • bug #63876 Fix instanceof autoconfiguration for anonymous classes (@jlabedo)
v6.4.37

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

  • bug #64090 Reject circular references through a factory builder's setup (@nicolas-grekas)
  • bug #64006 Fix hidden dependency on symfony/config in PhpDumper (@GromNaN)
  • bug #63980 Log every build parameter removed during compilation (@ousamabenyounes)
  • bug #63951 Fix autowiring nullable intersection types (@HypeMC)
  • bug #63922 Fix excludeSelf not applied when using AutowireLocator (@GromNaN)
  • bug #63876 Fix instanceof autoconfiguration for anonymous classes (@jlabedo)
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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle