Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 31, 2025

Bumps symfony/console from 7.3.0 to 7.4.3.

Release notes

Sourced from symfony/console's releases.

v7.4.3

Changelog (symfony/console@v7.4.2...v7.4.3)

v7.4.1

Changelog (symfony/console@v7.4.0...v7.4.1)

v7.4.0

Changelog (symfony/console@v7.4.0-RC3...v7.4.0)

v7.4.0-RC3

Changelog (symfony/console@v7.4.0-RC2...v7.4.0-RC3)

v7.4.0-RC2

Changelog (symfony/console@v7.4.0-RC1...v7.4.0-RC2)

  • no significant changes

v7.4.0-RC1

Changelog (symfony/console@v7.4.0-BETA2...v7.4.0-RC1)

v7.4.0-BETA2

Changelog (symfony/console@v7.4.0-BETA1...v7.4.0-BETA2)

  • no significant changes

v7.4.0-BETA1

Changelog (symfony/console@v7.3.4...v7.4.0-BETA1)

... (truncated)

Commits
  • 732a9ca Merge branch '7.3' into 7.4
  • 3fe6281 Merge branch '6.4' into 7.3
  • f9f8a88 bug #62813 [Console] Fix EofShortcut instruction when using a modern terminal...
  • b5d397f [Console] Fix EofShortcut instruction when using a modern terminal on Windows
  • 4009891 [Console] Do not call non-static method via class-name
  • 9b0f9e1 [Console] Fix choice autocomplete issue when string has spaces
  • b2683d6 Merge branch '7.3' into 7.4
  • 71e59dd Merge branch '6.4' into 7.3
  • ea6b012 [FIX] Comments of horizontal/vertical were mixed up
  • b52819a bug #62763 [Console] Escape the description passed to the lazy command so the...
  • 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)

Note

Dependency updates in plib/library/composer.lock.

  • Upgrade symfony/console from 7.3.0 to 7.4.3, widening dev requirements and allowing symfony/string ^8.0
  • Bump symfony/string to 8.0.1 (raises requirement to php >= 8.4; updates polyfill constraints)
  • Update polyfills: polyfill-ctype, polyfill-intl-grapheme, polyfill-intl-normalizer, polyfill-mbstring to 1.33.0
  • Bump symfony/service-contracts from 3.6.0 to 3.6.1

No application code changes; changes are lockfile-only

Written by Cursor Bugbot for commit 8fad1e8. This will update automatically on new commits. Configure here.

Bumps [symfony/console](https://github.com/symfony/console) from 7.3.0 to 7.4.3.
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.3/CHANGELOG.md)
- [Commits](symfony/console@v7.3.0...v7.4.3)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 7.4.3
  dependency-type: indirect
  update-type: version-update:semver-minor
...

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 Dec 31, 2025
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
"php": ">=8.4",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major PHP version requirement bump breaks compatibility

The symfony/string package was updated from v7.3.0 to v8.0.1, which increases the minimum PHP version from 8.2 to 8.4. While the PR claims to only bump symfony/console from 7.3.0 to 7.4.3, this cascading dependency change means the application will no longer work on PHP 8.2 or 8.3 environments. Since symfony/console v7.4.3 accepts symfony/string ^7.2|^8.0, a v7.x version could have been used to maintain PHP 8.2 compatibility.

Fix in Cursor Fix in Web

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.

1 participant