Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps symfony/config from 7.4.3 to 8.0.4.

Release notes

Sourced from symfony/config's releases.

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
  • 8f45af9 Merge branch '7.4' into 8.0
  • 4275b53 Merge branch '7.3' into 7.4
  • 26ddb5e do not use PHPUnit mock objects without configured expectations
  • 077e131 Merge branch '7.3' into 7.4
  • b45cbe6 Merge branch '6.4' into 7.3
  • d445bad do not use PHPUnit mock objects without configured expectations
  • e723782 Merge branch '7.4' into 8.0
  • 63087d6 add back missing enabled key in normalization step
  • 7155042 Merge branch '7.4' into 8.0
  • 39a67af [Config] Fix merging node that canBeDisable()/canBeEnabled()
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.4.3 to 8.0.4.
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/8.1/CHANGELOG.md)
- [Commits](symfony/config@v7.4.3...v8.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jan 26, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2026 12:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jan 26, 2026
@Sperling-0 Sperling-0 merged commit a49335f into main Jan 27, 2026
4 checks passed
@Sperling-0 Sperling-0 deleted the dependabot/composer/main/symfony/config-8.0.4 branch January 27, 2026 07:28
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

Development

Successfully merging this pull request may close these issues.

2 participants