Requires old version of composer installers in composer.libraries.json

Created on 14 February 2023, over 1 year ago

Problem/Motivation

I can't install CodeMirror because it requires an old version (~1.0) of composer installers.

Steps to reproduce

Running ...
composer require 'drupal/ckeditor_codemirror:^3.0@beta'

... i get the following error:

codemirror/codemirror 5.65.8 requires composer/installers ~1.0 -> found composer/installers[v1.0.0, ..., 1.x-dev] but it conflicts with your root composer.json require (^2.0).

Proposed resolution

I changed the required version in the file composer.libraries.json from
"composer/installers": "~1.0"
to
"composer/installers": "1.0 - 2"

πŸ› Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany tfranz

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024