Skip to content

fix `Since symfony/console 7.4: The "Symfony\Component\Console\Applic…#1240

Merged
roxblnfk merged 2 commits intospiral:masterfrom
gam6itko:symfony-console-dep
Dec 8, 2025
Merged

fix `Since symfony/console 7.4: The "Symfony\Component\Console\Applic…#1240
roxblnfk merged 2 commits intospiral:masterfrom
gam6itko:symfony-console-dep

Conversation

@gam6itko
Copy link
Copy Markdown
Contributor

@gam6itko gam6itko commented Dec 8, 2025

After updating to version 8.4 I started getting errors

Since symfony/console 7.4: The "Symfony\Component\Console\Application::add()" method is deprecated and will be removed in Symfony 8.0, use "Symfony\Component\Console\Application::addCommand()" instead.

Comment thread composer.json Outdated
"symfony/finder": "^5.4.45 || ^6.4.17 || ^7.2",
"symfony/mailer": "^5.4.45 || ^6.4.17 || ^7.2",
"symfony/translation": "^5.4.45 || ^6.4.17 || ^7.2",
"symfony/console": "^6.4.17 || ^7.2 || ^8.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Does symfony/console 6.4.17 provide this method?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

nope (((

gam6itko and others added 2 commits December 8, 2025 14:14
Add symfony 8
fix `Since symfony/console 7.4: The "Symfony\Component\Console\Application::add()" method is deprecated and will be removed in Symfony 8.0, use "Symfony\Component\Console\Application::addCommand()" instead.`
@roxblnfk roxblnfk force-pushed the symfony-console-dep branch from e74235e to 0b24cbb Compare December 8, 2025 10:14
@roxblnfk roxblnfk merged commit 82abcf3 into spiral:master Dec 8, 2025
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants