-
-
Notifications
You must be signed in to change notification settings - Fork 557
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
[console] Composer fails with "Your requirements could not be resolved to an installable set of packages." #3317
Comments
I had much the same with |
I have the same problem, I created my setup with Acquia BLT, and for some reason I have symfony/config 3.2.9 installed. |
https://github.com/hechoendrupal/drupal-console-core/blob/master/composer.json requires symfony/console < 3.0 |
@kviolka Are you using lightning distro? This may help => https://drupalconsole.com/articles/add-drupalconsole-to-a-project-using-acquia-lightning-distribution |
Same issue here. Could not install drupal-console on drupal 8.4.x |
+1 To note:
|
[console] Composer fails with "Your requirements could not be resolved to an installable set of packages."
Running
composer require drupal/console:~1.0
into my Drupal 8 projects leads to:Based on this output alone I can't figure out what's the problem, could someone please point me in the right direction? Thanks!
The text was updated successfully, but these errors were encountered: