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.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3179273-6.patch | 1.35 KB | rajab natshah |
| #2 | 3179273-remove-asset-packagist-as-requirement.patch | 888 bytes | trackleft2 |
Comments
Comment #2
trackleft2Comment #3
trackleft2Pull request in question is here: https://github.com/generalredneck/drupal-libraries-installer-plugin/pull/6
Comment #4
alexfarr commentedI 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
Comment #5
anybodyre #4: Or better not require an explicit version?
"oomphinc/composer-installers-extender": ">=1" could work? (untested)
Comment #6
rajab natshahComment #7
rajab natshahThank 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
But now we have to change that to
composer self-update --1orcomposer self-update --2Also 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
Comment #8
anybodyRTBC #6
Comment #10
interdruper commentedCommited to 8.x-1.3. Thanks everybody.