Relax the gutenberg dependency constraints

Created on 17 March 2025, about 1 month ago

Problem/Motivation

Restricting the Gutenberg version the way it's currently done makes it difficult to use the module with issue forks of Gutenberg, or to work with branches such as 4.x.

Steps to reproduce

Attempt to install an issue fork as a dependency or a different version of Gutenberg.

It stops updates because of the following error:

  Problem 1
    - drupal/gin_gutenberg is locked to version 1.1.15 and an update of this package was not requested.
    - drupal/gin_gutenberg 1.1.15 requires drupal/gutenberg ^2.0 || ^3.0 -> found drupal/gutenberg[dev-3463527-add-global-block-styles-definitions] but it does not match the constraint.

Proposed resolution

Relax the composer dependencies into a wildcard, or remove the dependencies so that it's all handled via Drupal's info.yml dependencies.

Remaining tasks

Remove the composer dependencies.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

📌 Task
Status

Active

Version

1.1

Component

Code

Created by

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024