I just tried to install the module on a Drupal 8.7.x only to find that it fails on enabling because the service "config.import_transformer" was introduced on 8.8.0. I think it is useful to declare the minor version of Drupal core so also composer is aware when requiring. Like

core_version_requirement: ^8.8 || ^9

CommentFileSizeAuthor
#2 3128375-core-minor-req-2.patch449 bytesrodrigoaguilera

Comments

rodrigoaguilera created an issue. See original summary.

rodrigoaguilera’s picture

Status: Active » Needs review
StatusFileSize
new449 bytes

here is a patch

fjgarlin’s picture

Status: Needs review » Fixed

Awesome, thanks so much! Committed.

fjgarlin’s picture

Status: Fixed » Closed (fixed)