Skip to content

Bump symfony/console from 7.3.0 to 7.4.1 in /plib/library#160

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

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

Conversation

@dependabot
Copy link

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

Bumps symfony/console from 7.3.0 to 7.4.1.

Release notes

Sourced from symfony/console's releases.

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
  • 6d9f0fb Fix merge
  • b1b8395 Merge branch '7.3' into 7.4
  • 6d0d25c Merge branch '6.4' into 7.3
  • 1b28130 Handle signals on text input
  • 5a92ed2 [Console] Preserve --help option when a command is not found
  • 5c557f6 bug #62562 [Console] don't discard existing aliases when constructing Command...
  • ac543cf [Console] don't discard existing aliases when constructing Command
  • 245d678 [Console] Fix profile invokable command
  • 0bc0f45 Merge branch '7.3' into 7.4
  • 87ca0e4 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

Bumps Symfony dependencies (notably symfony/console to 7.4.1 and symfony/string to 8.0.1) and related polyfills/contracts with updated constraints, including PHP >=8.4 for symfony/string.

  • Dependencies (Composer lock) — plib/library/composer.lock:
    • Upgrade symfony/console from 7.3.07.4.1 (allows symfony/string ^7.2|^8.0; expands dev deps to ^8.0).
    • Upgrade symfony/string from 7.3.08.0.1 (requires PHP >=8.4; updates polyfill constraints).
    • Upgrade polyfills: symfony/polyfill-ctype, symfony/polyfill-intl-grapheme, symfony/polyfill-intl-normalizer, symfony/polyfill-mbstring to 1.33.0.
    • Upgrade symfony/service-contracts 3.6.03.6.1.
    • Metadata updates (sources, references, times, funding).

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

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

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 7.4.1
  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 Dec 8, 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.

Bug: Transitive dependency requires PHP 8.4 minimum version

The symfony/string dependency was upgraded from v7.3.0 to v8.0.1, which raises the minimum PHP requirement from 8.2 to 8.4. Since symfony/console v7.4.1 allows symfony/string ^7.2|^8.0, Composer resolved to v8.0.1. This may break installations running on PHP 8.2 or 8.3, which were previously compatible. The project's other dependencies (like Guzzle) support PHP 7.2.5+, suggesting this environment may not be running PHP 8.4.

Fix in Cursor Fix in Web

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 31, 2025

Superseded by #178.

@dependabot dependabot bot closed this Dec 31, 2025
@dependabot dependabot bot deleted the dependabot/composer/plib/library/symfony/console-7.4.1 branch December 31, 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