Just a minor. Composer validate throws a warning.

martin@martin-XPS-13-9370 /var/www/html/d9.localhost/web/modules/contrib/paragraphs (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-only" or "GPL-2.0-or-later" instead
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lolandese created an issue. See original summary.

lolandese’s picture

Title: License "GPL-2.0+" is a deprecated SPDX license identifier » License "GPL-2.0" is a deprecated SPDX license identifier
Status: Active » Needs review
FileSize
385 bytes

After applying the attached patch it is solved:

martin@martin-XPS-13-9370 /var/www/html/d9.localhost/web/modules/contrib/paragraphs (8.x-1.x=) $ composer validate
./composer.json is valid
Berdir’s picture

Status: Needs review » Fixed

Committed.

  • Berdir committed b5f3033 on 8.x-1.x authored by lolandese
    Issue #3131382 by lolandese: License "GPL-2.0" is a deprecated SPDX...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.