Closed (fixed)
Project:
Ace Code Editor
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
27 Oct 2020 at 20:26 UTC
Updated:
14 Dec 2020 at 03:24 UTC
Jump to comment: Most recent, Most recent file
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.