Just a minor. Composer validate throws a warning.
martin@martin-XPS-13-9370 /var/www/html/d9.localhost/web/modules/contrib/pathauto (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
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | pathauto-deprecated_license_identifier-3131057-6.patch | 991 bytes | berdir |
| #2 | pathauto-deprecated_license_identifier-3131057-2.patch | 521 bytes | lolandese |
Comments
Comment #2
lolandese commentedAfter applying the attached patch it is solved:
Comment #4
lolandese commentedThe test failing is likely another issue, looking at the type of code change.
Comment #5
berdirWell, it kind of is, because I tried to be too smart for my own good. I removed the required modules from composer.json, which works as long as it's not changed, but if a patch changes it, it uses that as the source of through and doesn't install them anymore.
Comment #6
berdirThis should work although I'm considering to just remove that line and let d.o fill it out.
Comment #8
berdirCommitted.
Comment #9
lolandese commentedOh, good to know. Thanks for adding this info.