Cannot install 1.x on Drupal 9

Created on 23 August 2023, 10 months ago
Updated 4 September 2023, 10 months ago

Problem/Motivation

ckeditor_find.info.yml contains core: 8.x, which prevents install on Drupal 9.

Steps to reproduce

Run the following on Drupal 9.5

composer require drupal/ckeditor_find:^1.0@beta --with-all-dependencies
  Problem 1
    - drupal/ckeditor_find 1.0.0-beta1 requires drupal/core ^8 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but these were not loaded, likely because it conflicts with another require.
    - drupal/ckeditor_find 1.0.0-beta2 requires ckeditor/find ^4 -> could not be found in any version, there may be a typo in the package name.
    - Root composer.json requires drupal/ckeditor_find ^1.0@beta -> satisfiable by drupal/ckeditor_find[1.0.0-beta1, 1.0.0-beta2].

Proposed resolution

Remove the core: 8.x line from the info file.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Closed: works as designed

Version

1.0

Component

Code

Created by

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

Comments & Activities

  • Issue created by @solideogloria
  • Status changed to Closed: works as designed 10 months ago
  • πŸ‡ΊπŸ‡ΈUnited States FatherShawn New York

    I cannot offer a lot of support for 1.x as I didn't build it. I'm noting for others that come upon this issue that 2.x is D9 compatible if you move th CKEditor 5. We had this in our composer.json when on D9/CKEditor 4.

        "repositories": [
            {
                "type": "package",
                "package": {
                    "name": "ckeditor/find",
                    "version": "4.17.2",
                    "type": "drupal-library",
                    "extra": {
                        "installer-name": "ckeditor/plugins/find"
                    },
                    "dist": {
                        "url": "https://download.ckeditor.com/find/releases/find_4.17.2.zip",
                        "type": "zip"
                    }
                }
            }
        ],
        require: {
          "ckeditor/find": "4.17.2",
          "drupal/ckeditor_find": "1.0.0-beta2",
        },
  • πŸ‡ΊπŸ‡ΈUnited States FatherShawn New York
Production build 0.69.0 2024