Requirements block upgrade to Drupal 9.4.4 with Composer

Created on 29 July 2022, almost 2 years ago
Updated 6 April 2023, about 1 year ago

Problem/Motivation

The composer.json has a requirement for drupal/ckeditor. As of Drupal 9.4.3 this became a problem and upgrading to Drupal 9.4.4 with composer is being blocked.

See https://www.drupal.org/node/3295096 β†’

Steps to reproduce

On a Drupal 9.4.3 site with composer update drupal/core-recommended:9.4.4 -W
results in

drupal/ckeditor_indentblock 1.0.0-beta2 requires drupal/ckeditor * -> satisfiable by drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.4.x-dev, 10.0.0-alpha1, ..., 10.1.x-dev].

and 9.4.4 is not in the list :(

Proposed resolution

Remove "drupal/ckeditor" from require section of composer.json

Workaround

Add this to your project composer.json. Thanks @mmjvb for the tip at https://www.drupal.org/project/colorbox_media_video/issues/3300783#comme... β†’

"provide": {
    "drupal/ckeditor": "*"
},
πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada bwaindwain

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.

Production build 0.69.0 2024