Just a minor. Composer validate throws a warning.
martin@martin-XPS-13-9370 /var/www/html/d9.localhost/web/modules/contrib/jsonapi_schema (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
keywords.1 : invalid value (JSON:API), must match [\p{N}\p{L} ._-]+
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | jsonapi_schema-deprecated_license_identifier-3131260-2.patch | 547 bytes | lolandese |
Comments
Comment #2
lolandese commentedAfter applying the attached patch it is solved:
Note that it also solves:
keywords.1 : invalid value (JSON:API), must match [\p{N}\p{L} ._-]+Comment #4
lolandese commentedERROR: No valid tests were specified.As there I no tests included in the current module code, I suggest turning off automated testing.