Skip to content

Update symfony/config requirement from ^7.0 to ^8.0#38

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/config-tw-8.0
Open

Update symfony/config requirement from ^7.0 to ^8.0#38
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/config-tw-8.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on symfony/config to permit the latest version.

Release notes

Sourced from symfony/config's releases.

v8.0.8

Changelog (symfony/config@v8.0.7...v8.0.8)

  • no significant changes
Changelog

Sourced from symfony/config's changelog.

CHANGELOG

8.0

  • Remove support for accessing the internal scope of the loader in PHP config files, use only its public API instead
  • Add argument $singular to NodeBuilder::arrayNode()
  • Add argument $info to ArrayNodeDefinition::canBeDisabled() and canBeEnabled()
  • Ensure configuration nodes do not have both isRequired() and defaultValue()
  • Remove generation of fluent methods in config builders

7.4

  • Add TagAwareAdapterInterface to NullAdapter
  • Add argument $singular to NodeBuilder::arrayNode() to decouple plurals/singulars from XML
  • Add support for defaultNull() on ArrayNodeDefinition
  • Add ArrayNodeDefinition::acceptAndWrap() to list alternative types that should be accepted and wrapped in an array
  • Add array-shapes to generated config builders
  • Deprecate accessing the internal scope of the loader in PHP config files, use only its public API instead
  • Deprecate setting a default value to a node that is required, and vice versa
  • Deprecate fluent config builders, return PHP arrays from your config instead

7.3

  • Add ExprBuilder::ifFalse()
  • Add support for info on ArrayNodeDefinition::canBeEnabled() and ArrayNodeDefinition::canBeDisabled()
  • Allow using an enum FQCN with EnumNode
  • Add NodeDefinition::docUrl()

7.2

  • Add #[WhenNot] attribute to prevent service from being registered in a specific environment
  • Generate a meta file in JSON format for resource tracking
  • Add SkippingResourceChecker
  • Add support for defaultNull() on BooleanNodeDefinition
  • Add StringNode and StringNodeDefinition
  • Add ArrayNodeDefinition::stringPrototype() method
  • Add NodeBuilder::stringNode() method

7.1

  • Allow custom meta location in ResourceCheckerConfigCache
  • Allow custom meta location in ConfigCache

7.0

... (truncated)

Commits
  • c7369cc Merge branch '7.4' into 8.0
  • 2d19dde Configure deprecation triggers
  • 2f37b90 Merge branch '7.4' into 8.0
  • 9ae4cec [Config] Fix invalid array-shape
  • 9a34c52 Merge branch '7.4' into 8.0
  • 6c17162 [Config] Fix NodeDefinition template to be covariant
  • 94ea198 Merge branch '7.4' into 8.0
  • 9400e2f Merge branch '6.4' into 7.4
  • ce9cb0c [Config][Routing] Fix exclude option being ignored for non-glob and PSR-4 res...
  • 69271cf bug #63478 [Config] Fix ArrayShapeGenerator required keys with deep merging (...
  • Additional commits viewable in compare view

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)

Updates the requirements on [symfony/config](https://github.com/symfony/config) to permit the latest version.
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/8.1/CHANGELOG.md)
- [Commits](symfony/config@v7.0.0...v8.0.8)

---
updated-dependencies:
- dependency-name: symfony/config
  dependency-version: 8.0.8
  dependency-type: direct:production
...

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 Apr 13, 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