drupal/drupal-library-installer-plugin 0.3 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.

Until this repo is patched https://github.com/generalredneck/drupal-libraries-installer-plugin

Adding patch to remove requirement, and allow alternative way of downloading library.

Comments

trackleft2 created an issue. See original summary.

trackleft2’s picture

Status: Needs work » Needs review
StatusFileSize
new888 bytes
trackleft2’s picture

alexfarr’s picture

I think we will also need to bump the version of omphinc/composer-installers-extender to include "|| ^2"
v1 requires the composer-plugin-api ^1.0

anybody’s picture

re #4: Or better not require an explicit version?
"oomphinc/composer-installers-extender": ">=1" could work? (untested)

rajab natshah’s picture

StatusFileSize
new1.35 KB
rajab natshah’s picture

Priority: Normal » Critical

Thank you very much for having time on maintaining this very useful and important module.

It's important to allow ACE Editor to work with Composer ~2.0 too
As many automated systems will install the default composer version ( ~2.0 )
like

composer self-update

But now we have to change that to composer self-update --1 or composer self-update --2
Also newcomers are installing Composer 2 as a starting point for starting to work with Drupal

NOW that Drupal.org supports composer 2.0
As listed in Drupal Association Supporting Partner Update | September 2020

#3126566: Allow Drupal to work with Composer 2
#3128631: Update dependencies composer/composer ^2 and composer/semver to ^3

anybody’s picture

Status: Needs review » Reviewed & tested by the community

RTBC #6

interdruper’s picture

Status: Reviewed & tested by the community » Fixed

Commited to 8.x-1.3. Thanks everybody.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.