Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps symfony/console from 7.3.0 to 7.4.4.

Release notes

Sourced from symfony/console's releases.

v7.4.4

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

  • no significant changes

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)

Changelog

Sourced from symfony/console's changelog.

CHANGELOG

8.1

  • Add #[AskChoice] attribute for interactive choice questions in invokable commands
  • Add support for method-based commands with #[AsCommand] attribute
  • Add argument resolver support
  • Add BackedEnum and DateTimeInterface support to #[MapInput]

8.0

  • Make AsCommand attribute class final
  • Remove methods Command::getDefaultName() and Command::getDefaultDescription() in favor of the #[AsCommand] attribute
  • Ensure closures set via Command::setCode() method have proper parameter and return types
  • Add method isSilent() to OutputInterface
  • Remove deprecated Symfony\Component\Console\Application::add() method in favor of Symfony\Component\Console\Application::addCommand()
  • Add argument $finishedIndicator to ProgressIndicator::finish()

7.4

  • Add Command::getCode() to get the code set via setCode()
  • Allow setting aliases and the hidden flag via the command name passed to the constructor
  • Introduce Symfony\Component\Console\Application::addCommand() to simplify using invokable commands when the component is used standalone
  • Deprecate Symfony\Component\Console\Application::add() in favor of Symfony\Component\Console\Application::addCommand()
  • Add BackedEnum support with #[Argument] and #[Option] inputs in invokable commands
  • Allow Usages to be specified via #[AsCommand] attribute.
  • Allow passing invokable commands to Symfony\Component\Console\Tester\CommandTester
  • Add #[MapInput] attribute to support DTOs in commands
  • Add optional timeout for interaction in QuestionHelper
  • Add support for interactive invokable commands with #[Interact] and #[Ask] attributes
  • Add support for Cursor helper in invokable commands

7.3

  • Add TreeHelper and TreeStyle to display tree-like structures
  • Add SymfonyStyle::createTree()
  • Add support for invokable commands and add #[Argument] and #[Option] attributes to define input arguments and options
  • Deprecate not declaring the parameter type in callable commands defined through setCode method
  • Add support for help definition via AsCommand attribute
  • Deprecate methods Command::getDefaultName() and Command::getDefaultDescription() in favor of the #[AsCommand] attribute
  • Add support for Markdown format in Table
  • Add support for LockableTrait in invokable commands
  • Deprecate returning a non-integer value from a \Closure function set via Command::setCode()
  • Mark #[AsCommand] attribute as @final
  • Add support for SignalableCommandInterface with invokable commands

... (truncated)

Commits
  • 41e3871 Merge branch '7.3' into 7.4
  • a28c3e5 do not use PHPUnit mock objects without configured expectations
  • 2f1da34 Merge branch '7.3' into 7.4
  • b721b9b Merge branch '6.4' into 7.3
  • 0bc2199 do not use PHPUnit mock objects without configured expectations
  • 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
  • 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 dependency resolutions in plib/library/composer.lock.

  • Bumps symfony/console from 7.3.07.4.4 (widens symfony/string constraint to ^7.2|^8.0, expands several dev constraints to include ^8.0)
  • Upgrades symfony/string 7.3.08.0.4 (now requires php >=8.4, updates polyfill requirements)
  • Updates polyfills: symfony/polyfill-ctype, -intl-grapheme, -intl-normalizer, -mbstring to v1.33.0
  • Bumps symfony/service-contracts 3.6.03.6.1

Impact: dependency-only changes; note potential compatibility implications from symfony/string v8 and PHP version requirement.

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

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

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 7.4.4
  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 Jan 26, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

"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.

Transitive dependency bump silently requires PHP 8.4

High Severity

The minor version bump of symfony/console (7.3.0 → 7.4.4) inadvertently upgraded symfony/string from v7.3.0 to v8.0.4, which is a major version jump. The new symfony/string v8.0.4 requires PHP >=8.4, whereas the previous version required PHP >=8.2. This is the only package in the entire lock file requiring PHP 8.4, meaning this update silently increases the project's minimum PHP version. The application will fail on any environment running PHP 8.2 or 8.3.

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.

0 participants