Just a minor. Composer validate throws a warning.
martin@martin-XPS-13-9370 /var/www/html/brown.localhost/web/modules/contrib/config_split (8.x-1.x=) $ composer validate
./composer.json is valid, but with a few warnings
See https://getcomposer.org/doc/04-schema.md for details on the schema
License "GPL-2.0+" is a deprecated SPDX license identifier, use "GPL-2.0-or-later" instead
require.drupal/config_filter : unbound version constraints (*) should be avoided
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | config_split-deprecated_license_identifier-3135194-2.patch | 365 bytes | lolandese |
Comments
Comment #2
lolandese commentedAfter applying the attached patch it is solved:
Comment #3
bircherthanks for the contribution!