Problem/Motivation
/composer.json is valid, but with a few warnings
See https://getcomposer.org/doc/04-schema.md for details on the schema
License "GPLv2+" is not a valid SPDX license identifier, see https://spdx.org/licenses/ if you use an open license.
If the software is closed-source, you may use "proprietary" as a license.
Steps to reproduce
Run composer validate
Proposed resolution
use "GPL-2.0-or-later" instead
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix-license-identifier-3199061-2.patch | 371 bytes | vipin.mittal18 |
Comments
Comment #2
vipin.mittal18Kindly apply the attached patch to resolve the license issue.
Comment #3
guilhermevp commentedPatch works as intended!
RTBC +1
Comment #4
poorva commentedPatch works for me +1
Comment #6
ben coleman commentedFixed