Bump symfony/process from 7.4.0 to 8.0.5#53
Conversation
Bumps [symfony/process](https://github.com/symfony/process) from 7.4.0 to 8.0.5. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/8.1/CHANGELOG.md) - [Commits](symfony/process@v7.4.0...v8.0.5) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 8.0.5 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.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on February 10
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| }, | ||
| "require": { | ||
| "php": ">=8.2" | ||
| "php": ">=8.4" |
There was a problem hiding this comment.
PHP version incompatibility breaks build
High Severity
The symfony/process upgrade to v8.0.5 requires PHP >= 8.4, but the project's CI pipeline (.github/workflows/quality.yml) runs on PHP 7.4. This will cause composer install to fail because the PHP version constraint cannot be satisfied. The major version bump from 7.x to 8.x changed the minimum PHP requirement from 8.2 to 8.4, creating a fundamental incompatibility with the project's configured environment.
Bumps symfony/process from 7.4.0 to 8.0.5.
Release notes
Sourced from symfony/process's releases.
Commits
b5f3aa6Merge branch '7.4' into 8.0608476fMerge branch '7.3' into 7.481fe4eaMerge branch '6.4' into 7.3c46e854[Process] Fix escaping for MSYS on Windows10df726* 7.4: (27 commits) [JsonStreamer] Fix exponential resource class memory gr...626f07aMerge branch '7.3' into 7.44424bc1Merge branch '6.4' into 7.3c593135[Process] Adjust Process mustRun method phpdoca9d633eMerge branch '7.4' into 8.0f532042Merge branch '7.3' into 7.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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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-version dependency bump that raises the minimum PHP version to 8.4; could break installs/CI/runtime on older PHP or consumers expecting Symfony 7 behavior.
Overview
Bumps the Composer lockfile entry for
symfony/processfromv7.4.0tov8.0.5(new source/dist refs and metadata).This update also reflects Symfony 8’s requirement of PHP >= 8.4 for
symfony/process, which may impact environments still running older PHP versions.Written by Cursor Bugbot for commit b61ead3. This will update automatically on new commits. Configure here.