Skip to content

dep: bump symfony/config from 7.3.4 to 8.0.7#1509

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/composer/symfony/config-8.0.7
Open

dep: bump symfony/config from 7.3.4 to 8.0.7#1509
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/composer/symfony/config-8.0.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps symfony/config from 7.3.4 to 8.0.7.

Release notes

Sourced from symfony/config's releases.

v8.0.7

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

  • no significant changes

v8.0.6

Changelog (symfony/config@v8.0.5...v8.0.6)

v8.0.4

Changelog (symfony/config@v8.0.3...v8.0.4)

  • bug #63053 add back missing enabled key in normalization step (xabbuh)
  • bug #63002 Fix merging node that canBeDisable()/canBeEnabled() (nicolas-grekas)
  • bug #62920 Allow ParamConfigurator in ParametersConfig (@​jack-worman)

v8.0.3

Changelog (symfony/config@v8.0.2...v8.0.3)

v8.0.1

Changelog (symfony/config@v8.0.0...v8.0.1)

v8.0.0

Changelog (symfony/config@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC1

Changelog (symfony/config@v8.0.0-BETA2...v8.0.0-RC1)

  • no significant changes

v8.0.0-BETA2

Changelog (symfony/config@v8.0.0-BETA1...v8.0.0-BETA2)

v8.0.0-BETA1

Changelog (symfony/config@v7.3.4...v8.0.0-BETA1)

... (truncated)

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
  • 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 (...
  • f2dbc7f [Config] Fix ArrayShapeGenerator required keys with deep merging
  • 4a17e6c Merge branch '7.4' into 8.0
  • 14a2318 Merge branch '6.4' into 7.4
  • 5254855 [Form] Add resource tracking for type extension classes in FormPass
  • 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/config](https://github.com/symfony/config) from 7.3.4 to 8.0.7.
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/8.1/CHANGELOG.md)
- [Commits](symfony/config@v7.3.4...v8.0.7)

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

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

Labels

composer dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants