Skip to content

Bump symfony/dependency-injection from 7.1.4 to 8.1.0#100

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/dependency-injection-8.1.0
Open

Bump symfony/dependency-injection from 7.1.4 to 8.1.0#100
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/dependency-injection-8.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown

Bumps symfony/dependency-injection from 7.1.4 to 8.1.0.

Release notes

Sourced from symfony/dependency-injection's releases.

v8.1.0

Changelog (symfony/dependency-injection@v8.1.0-RC1...v8.1.0)

  • no significant changes

v8.1.0-RC1

Changelog (symfony/dependency-injection@v8.1.0-BETA3...v8.1.0-RC1)

v8.1.0-BETA3

Changelog (symfony/dependency-injection@v8.1.0-BETA1...v8.1.0-BETA3)

v8.1.0-BETA1

No release notes provided.

v8.0.13

Changelog (symfony/dependency-injection@v8.0.10...v8.0.13)

v8.0.10

Changelog (symfony/dependency-injection@v8.0.9...v8.0.10)

v8.0.9

Changelog (symfony/dependency-injection@v8.0.8...v8.0.9)

v8.0.8

Changelog (symfony/dependency-injection@v8.0.7...v8.0.8)

v8.0.7

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

... (truncated)

Changelog

Sourced from symfony/dependency-injection's changelog.

CHANGELOG

8.1

  • Support autowiring env vars as closures or Stringable when using #[Autowire(env: 'FOO')]
  • Add EnvClosureArgument and !env_closure YAML tag to inject env vars as closures or Stringable arguments
  • Add AddBehaviorDescribingTagsPass to allow bundles to extend the list of behavior-describing tags
  • Add Kernel and Bundle infrastructure in the Kernel\ subnamespace
  • Add $extensions parameter to MergeExtensionConfigurationPass to ensure registered extensions are implicitly loaded
  • Add support for using service stacks as decorators, including decorates_tag
  • 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]
  • Allow passing a Definition instance to Definition::setFactory() and Definition::setConfigurator(), its __invoke() method will be called
  • Add ServicesResetter, ServicesResetterInterface, and Compiler\ResettableServicePass (moved from HttpKernel)
  • Allow resetting non-shared services tagged with kernel.reset

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

... (truncated)

Commits
  • b6ba1f4 Add call to backers in README files
  • 11f7864 Merge branch '8.0' into 8.1
  • 075a9a3 Merge branch '7.4' into 8.0
  • f299e20 [DependencyInjection] Fix service() as invokable factory in array-based PHP...
  • 57d50ba bug #64301 [TwigBundle] Various fixes and hardenings (nicolas-grekas)
  • 6fe483c [TwigBundle] Various fixes and hardenings
  • f44aa0e bug #64276 [Runtime] Various fixes and hardenings (nicolas-grekas)
  • e7cba69 [Runtime] Various fixes and hardenings
  • 020778c [DependencyInjection] Various fixes and hardenings
  • 25daa34 Merge branch '8.0' into 8.1
  • 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.1.0.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/8.2/CHANGELOG.md)
- [Commits](symfony/dependency-injection@v7.1.4...v8.1.0)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-version: 8.1.0
  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 May 29, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcomposer/​symfony/​dependency-injection@​7.1.4.0 ⏵ 8.1.0.010010090100100

View full report

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