Bump symfony/yaml from 7.4.6 to 8.0.13#175
Conversation
Bumps [symfony/yaml](https://github.com/symfony/yaml) from 7.4.6 to 8.0.13. - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/8.1/CHANGELOG.md) - [Commits](symfony/yaml@v7.4.6...v8.0.13) --- updated-dependencies: - dependency-name: symfony/yaml dependency-version: 8.0.13 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b42e856. Configure here.
| "require": { | ||
| "php": ">=8.2", | ||
| "symfony/deprecation-contracts": "^2.5|^3", | ||
| "php": ">=8.4", |
There was a problem hiding this comment.
PHP 8.4 requirement breaks CI running PHP 8.3
High Severity
The symfony/yaml bump from v7.4.6 to v8.0.13 introduces a "php": ">=8.4" requirement, but both CI workflows (.github/workflows/php.yml and .github/workflows/release-version.yml) use php-version: 8.3. The quality workflow runs composer install which installs dev dependencies including this package, and Composer will refuse to install because PHP 8.3 doesn't satisfy the >=8.4 constraint — breaking CI entirely.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit b42e856. Configure here.


Bumps symfony/yaml from 7.4.6 to 8.0.13.
Release notes
Sourced from symfony/yaml's releases.
... (truncated)
Changelog
Sourced from symfony/yaml's changelog.
... (truncated)
Commits
a1cdf99Merge branch '7.4' into 8.0a7ec3b1Merge branch '6.4' into 7.4e8fdf34CS fixdcfacbdMerge branch '7.4' into 8.04b5658cMerge branch '6.4' into 7.469b7344Merge branch '5.4' into 6.4ae0bbb4[Yaml] Allow trailing newlines after the end-of-document marker2a36f4bMerge branch '7.4' into 8.08b6952bMerge branch '6.4' into 7.468dcd1fMerge branch '5.4' into 6.4Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major Symfony YAML upgrade with PHP 8.4 requirement and stricter parsing may break CI/runtime if the environment or YAML edge cases relied on 7.x behavior; security fixes reduce parser DoS risk.
Overview
Updates
composer.lockto pullsymfony/yamlfrom 7.4.6 to 8.0.13 (Symfony 8), along with transitive bumps tosymfony/deprecation-contracts(v3.7.0) andsymfony/polyfill-ctype(v1.37.0).The new
symfony/yamlrelease raises the package’s PHP requirement to ≥ 8.4 and tightens the optionalsymfony/consoleintegration constraint. Functionally, the jump includes parser security hardening (bounded recursion, safer cleanup regexes, collection-alias limits) and stricter parsing (e.g. duplicate mapping keys withnullvalues are no longer accepted in 8.0).No application source files change—only the locked dependency graph.
Reviewed by Cursor Bugbot for commit b42e856. Bugbot is set up for automated code reviews on this repo. Configure here.