Skip to content

Bump symfony/dependency-injection from 7.1.4 to 8.0.6#84

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/dependency-injection-8.0.6
Open

Bump symfony/dependency-injection from 7.1.4 to 8.0.6#84
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/dependency-injection-8.0.6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps symfony/dependency-injection from 7.1.4 to 8.0.6.

Release notes

Sourced from symfony/dependency-injection's releases.

v8.0.6

Changelog (symfony/dependency-injection@v8.0.5...v8.0.6)

v8.0.5

Changelog (symfony/dependency-injection@v8.0.4...v8.0.5)

v8.0.4

Changelog (symfony/dependency-injection@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)

v8.0.3

Changelog (symfony/dependency-injection@v8.0.2...v8.0.3)

v8.0.2

Changelog (symfony/dependency-injection@v8.0.1...v8.0.2)

v8.0.1

Changelog (symfony/dependency-injection@v8.0.0...v8.0.1)

v8.0.0

... (truncated)

Changelog

Sourced from symfony/dependency-injection's changelog.

CHANGELOG

8.1

  • Add support for decorating all services with a specific tag using the container.tag_decorator resource tag or #[AsTagDecorator]
  • Add support for SOURCE_DATE_EPOCH environment variable
  • Deprecate configuring options alias, parent, synthetic, file, arguments, properties, configurator or calls when using from_callable
  • Deprecate default index/priority methods when defining tagged locators/iterators; use the #[AsTaggedItem] attribute instead
  • Allow environment variables with . in them
  • Add argument exclude to ContainerConfigurator::import()
  • Add target parameter to #[AsAlias] to create target-specific autowiring aliases
  • Deprecate named autowiring alias that don't use #[Target]

8.0

  • Remove support for using $this or the loader's internal scope from PHP config files; use the $loader variable instead
  • Remove ExtensionInterface::getXsdValidationBasePath() and getNamespace() without alternatives, the XML configuration format is no longer supported
  • Add argument $throwOnAbstract to ContainerBuilder::findTaggedResourceIds()
  • Registering a service without a class when its id is a non-existing FQCN throws an error
  • Remove #[TaggedIterator] and #[TaggedLocator] attributes, replaced by #[AutowireLocator] and #[AutowireIterator]
  • Remove ContainerBuilder::getAutoconfiguredAttributes(), replaced by ContainerBuilder::getAttributeAutoconfigurators()
  • Remove !tagged tag, use !tagged_iterator instead
  • Add argument $target to ContainerBuilder::registerAliasForArgument()
  • Remove support for the XML configuration format
  • Remove the fluent PHP format for semantic configuration, instantiate builders inline with the config array as argument and return them instead

7.4

  • [BC BREAK] Throw when using $this or its internal scope from PHP config files; use the $loader variable instead
  • Allow adding resource tags using any config format
  • Allow #[AsAlias] to be extended
  • Parse attributes found on abstract classes for resource definitions
  • Add argument $target to ContainerBuilder::registerAliasForArgument()
  • Deprecate registering a service without a class when its id is a non-existing FQCN
  • Allow multiple #[AsDecorator] attributes
  • Handle declaring services using PHP arrays that follow the same shape as corresponding yaml files
  • Add AppReference to help writing PHP configs using yaml-like array-shapes
  • Deprecate XML configuration format, use YAML or PHP instead
  • Deprecate ExtensionInterface::getXsdValidationBasePath() and getNamespace()
  • Deprecate the fluent PHP format for semantic configuration, use $container->extension() or return an array instead

7.3

  • Make #[AsTaggedItem] repeatable
  • Support @> as a shorthand for !service_closure in yaml files

... (truncated)

Commits
  • edd9886 Merge branch '7.4' into 8.0
  • a3f7d59 Merge branch '6.4' into 7.4
  • 91e4995 [DependencyInjection] Fix #[AsTaggedItem] discovery through multi-level decor...
  • adebae4 [DependencyInjection] Fix PriorityTaggedServiceTrait not discovering #[AsTagg...
  • 5fefd06 Merge branch '7.4' into 8.0
  • 406ed93 [FrameworkBundle] Fix phpstan false-positive about config/reference.php
  • adfb180 Merge branch '7.4' into 8.0
  • 15c7ce9 Merge branch '6.4' into 7.4
  • c22c9dd minor #63409 remove usages of the deprecated any() invoked count expectati...
  • 6e22358 remove usages of the deprecated any() invoked count expectation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 7.1.4 to 8.0.6.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/8.1/CHANGELOG.md)
- [Commits](symfony/dependency-injection@v7.1.4...v8.0.6)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-version: 8.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants