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

drupal-check installation incompatible #196

Closed
louis-cuny opened this issue Nov 6, 2020 · 1 comment
Closed

drupal-check installation incompatible #196

louis-cuny opened this issue Nov 6, 2020 · 1 comment

Comments

@louis-cuny
Copy link

louis-cuny commented Nov 6, 2020

How is drupal-check installed?

drupal-check is installed globally via Composer

To reproduce :
composer global require maglnet/composer-require-checker --update-with-all-dependencies
composer global require mglaman/drupal-check --update-with-all-dependencies

Describe the bug
Drupal-check composer requirements are incompatible with in my case with maglnet/composer-require-checker.
Because of requiring symfony/console < 5

Solution
The solution would be to require symfony/console ^5 in addition of the older already required versions.
I don't know if there are bc breaks that could make incompatible symfony/console v5 with drupal-check

@mglaman
Copy link
Owner

mglaman commented Feb 2, 2022

1.3.0 just bumped Symfony to allow 5 and 6.

@mglaman mglaman closed this as completed Feb 2, 2022
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

2 participants