Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php labels Dec 1, 2025
@dereuromark
Copy link
Member

Call to undefined method Phinx\Console\PhinxApplication::add()

I guess Smyfony v8 console wont be directly working without some fixing.

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 8.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/console-tw-6.0tw-7.0tw-8.0 branch from 95ece35 to 1f940d3 Compare December 4, 2025 13:59
@dereuromark
Copy link
Member

It is a bit ridiculous to support such a wide range, maybe 4-6 should be dropped in favor of 7 and 8 at some point? For now shimming might suffice.

@dereuromark dereuromark force-pushed the dependabot/composer/symfony/console-tw-6.0tw-7.0tw-8.0 branch from 6ebe0f2 to 614e093 Compare December 4, 2025 15:03
Add backwards compatible add() method that delegates to addCommand()
on Symfony 8.x where add() was removed, while still working with
Symfony 6.x/7.x where add() exists.
@dereuromark dereuromark force-pushed the dependabot/composer/symfony/console-tw-6.0tw-7.0tw-8.0 branch from 614e093 to 1950252 Compare December 4, 2025 15:21
@MasterOdin MasterOdin merged commit cea9c12 into 0.x Dec 5, 2025
12 checks passed
@MasterOdin MasterOdin deleted the dependabot/composer/symfony/console-tw-6.0tw-7.0tw-8.0 branch December 5, 2025 04:43
@MasterOdin
Copy link
Member

Yes, agreed on dropping support for ^4|^5 given that they're not supported upstream anymore. 6.4 is still receiving active support, so I'd keep the ^6 for now.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants