Currently, composer-manager try to download composer-8.x-1.0, which is wrong because it doens't exists and never will.
If you take look at the most recent version of drush composer http://drupalcode.org/project/composer.git, it has just been tagged with 8.x-1.x.
So I give you this patch to make it work as intended for newcomers, else it is currently broken with the problem I highlight in previous issue: https://drupal.org/node/2058859.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drush-composer-tag-fix-2059371-1.patch | 569 bytes | b2f |
Comments
Comment #1
b2f commentedHere is the patch, it fixed composer-manager on my local environement.
Comment #2
robloachComment #3
tayzlor commentedworks for me!
Comment #4
cpliakas commentedCommitted at http://drupalcode.org/project/composer_manager.git/commit/bb58624b90f18f....