Problem/Motivation

In composer.json, the drupal/ckeditor requirement is invalid.

Also, the dependency requirements should match between composer.json and ckeditor_config.info.yml.

Proposed resolution

Update composer.json:

It should be drupal/core.

Update ckeditor_config.info.yml:

dependencies:
  - drupal:ckeditor

to

dependencies:
  - drupal:ckeditor (>=8.5)

Remaining tasks

Submit patch.

User interface changes

None.

API changes

None.

Data model changes

None.

None.

Original report by ericras

Thanks to Eric Rasmussen for reporting this issue!

Comments

Chris Burge created an issue. See original summary.

chris burge’s picture

  • Chris Burge committed 2a42efc on 8.x-2.x
    Issue #3049527 by Chris Burge: Fix Module Dependencies
    

  • Chris Burge authored 0f7141d on 8.x-2.x
    Issue #3049527 by Chris Burge, ericras: Fix Module Dependencies
    

chris burge’s picture

chris burge’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.