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

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

codebymikey created an issue. See original summary.

codebymikey’s picture

Status: Active » Needs review

doxigo made their first commit to this issue’s fork.

  • codebymikey committed 16b4b488 on 1.1.x
    Issue #3513381: Relax the gutenberg dependency constraints
doxigo’s picture

Status: Needs review » Fixed

Hey Mikey, thanks a lot for the MR and the Gutenberg work, merged.

codebymikey’s picture

Thanks for the quick reply! Would it be possible to create a tagged release for it so we can target that version going forward?

doxigo’s picture

And done, tagged 1.1.16

Status: Fixed » Closed (fixed)

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