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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3128375-core-minor-req-2.patch | 449 bytes | rodrigoaguilera |
Comments
Comment #2
rodrigoaguilerahere is a patch
Comment #4
fjgarlin commentedAwesome, thanks so much! Committed.
Comment #5
fjgarlin commented