Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This plugin uses symfony console, but does not require it so a newer version can be included breaking build processes. #84

Open
2 tasks done
nlighteneddesign opened this issue Sep 30, 2024 · 0 comments

Comments

@nlighteneddesign
Copy link

Module version(s) affected

2.0.3

Description

As far as I can tell this project expects symfony/console 6 (recipe plugin too)
but there is no dependency, so if you update you get console 7 and a bunch of errors.

This is the root cause of #82

How to reproduce

Check the composer.json for this project.

Possible Solution

Add a dependency for the symfony console version this supports.

Additional Context

No response

Validations

  • Check that there isn't already an issue that reports the same bug
  • Double check that your reproduction steps work in a fresh installation of silverstripe/installer (with any code examples you've provided)
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

No branches or pull requests

1 participant