Closed (works as designed)
Project:
Composer Manager
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2013 at 16:40 UTC
Updated:
7 Aug 2013 at 10:07 UTC
When running drush composer-manager update, I ran into the following issue:
"Your requirements could not be resolved to an installable set of packages."
This is very odd, because when I run the composer command directly, it succeeds. For instance:
Works => "composer --working-dir={actual path given by composer-manager configuration} update"
Don't work => drush composer-manager update
What could be the problem ? I don't see any difference between the two, yet the drush call fails.
Thanks in advance for your support, this module show great promise.
Comments
Comment #1
b2f commentedOk, it seems to be a problem with the composer version. I just figured out that this module call
drush dl composer-8.x-1.0Which use https://drupal.org/project/composer, so the problem is probably related to the other composer project, not composer_manager. I will investigate further and re-open this if it turns out to be related.
Comment #2
b2f commentedIndeed I confirm the previous assumption, when I run (in the working dir)
drush composer updateI get the same faulty output as the one with drush composer-manager update.