Cannot install with composer.

Created on 20 October 2022, about 2 years ago
Updated 2 November 2023, about 1 year ago

Problem/Motivation

Tried installing CKEditor Format Plugins using composer, but I get this error.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/ckeditor_format_buttons ^1.8 -> satisfiable by drupal/ckeditor_format_buttons[1.8.0].
    - drupal/ckeditor_format_buttons 1.8.0 requires drupal-ckeditor-libraries-group/format_buttons * -> found drupal-ckeditor-libraries-group/format_buttons[dev-master] but it does not match your minimum-stability.</em>

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
composer [require drupal/ckeditor_format_buttons:^1.8] failed, composer command failed: exit status 2. stderr=

Steps to reproduce

Create a fresh install of Drupal 9.
Run: composer require 'drupal/ckeditor_format_buttons:^1.8'

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Needs work

Version

1.8

Component

Miscellaneous

Created by

πŸ‡¨πŸ‡¦Canada keithn Ottawa

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States DamienMcKenna NH, USA

    The composer file should not list this module in its "require" section, that makes it a circular reference.

    I suggest updating the module's documentation to note the "minimum-stability" line.

Production build 0.71.5 2024