Skip to content

Bump symfony/console from 7.3.0 to 7.4.0 in /plib/library#152

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/plib/library/symfony/console-7.4.0
Closed

Bump symfony/console from 7.3.0 to 7.4.0 in /plib/library#152
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/plib/library/symfony/console-7.4.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 27, 2025

Bumps symfony/console from 7.3.0 to 7.4.0.

Release notes

Sourced from symfony/console's releases.

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)

v7.3.6

Changelog (symfony/console@v7.3.5...v7.3.6)

v7.3.5

Changelog (symfony/console@v7.3.4...v7.3.5)

... (truncated)

Commits
  • 0bc0f45 Merge branch '7.3' into 7.4
  • 87ca0e4 Merge branch '6.4' into 7.3
  • 18c5fd1 [Console] Fix exception message when abbreviation matches multiple hidden com...
  • 4155b9f Merge branch '7.3' into 7.4
  • 1f04b60 Merge branch '6.4' into 7.3
  • 7f0dd9a [Console] Fix completion for global options values
  • 87ad3ca [Console] Remove a redundant local variable in the console Application class.
  • a2b78ae fix merge
  • 50ffc02 Merge branch '7.3' into 7.4
  • ddb064e Merge branch '6.4' into 7.3
  • 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

Updates symfony/console to 7.4.0 and refreshes related Symfony deps (string 8.0, polyfills 1.33, service-contracts 3.6.1) in composer.lock.

  • Dependencies (plib/library/composer.lock):
    • Bump symfony/console from v7.3.0 to v7.4.0 (widens compatibility to symfony/string ^8.0; dev requirements accept ^8.0).
    • Bump symfony/string from v7.3.0 to v8.0.0 (now requires php >=8.4; updates polyfill constraints and dev deps).
    • Bump polyfills to v1.33.0: symfony/polyfill-ctype, symfony/polyfill-intl-grapheme, symfony/polyfill-intl-normalizer, symfony/polyfill-mbstring.
    • Bump symfony/service-contracts from v3.6.0 to v3.6.1.

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

Bumps [symfony/console](https://github.com/symfony/console) from 7.3.0 to 7.4.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Nov 27, 2025
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-intl-grapheme": "^1.33",
"symfony/polyfill-intl-normalizer": "^1.0",
"symfony/polyfill-mbstring": "^1.0"
Copy link

Choose a reason for hiding this comment

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

Bug: Dependency upgrade breaks PHP 8.2 and 8.3 compatibility

The symfony/console v7.4.0 update pulled in symfony/string v8.0.0 as a transitive dependency. While symfony/console still advertises PHP >=8.2 compatibility, symfony/string v8.0.0 requires PHP >=8.4. This effectively breaks the application on PHP 8.2 and 8.3 environments that were previously supported. Composer resolved to symfony/string ^8.0 instead of staying with a ^7.x version that supports PHP 8.2+.

Additional Locations (1)

Fix in Cursor Fix in Web

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 8, 2025

Superseded by #160.

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/composer/plib/library/symfony/console-7.4.0 branch December 8, 2025 16:01
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.

0 participants