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
Comments
Comment #3
codebymikey commentedComment #6
doxigo commentedHey Mikey, thanks a lot for the MR and the Gutenberg work, merged.
Comment #7
codebymikey commentedThanks for the quick reply! Would it be possible to create a tagged release for it so we can target that version going forward?
Comment #8
doxigo commentedAnd done, tagged 1.1.16