{
"name": "acquia/lightning-project",
"description": "Project template for Drupal 8 sites built with the Lightning distribution.",
"type": "project",
"license": "GPL-2.0+",
...resulting in the following warning:
License "GPL-2.0+" is a deprecated SPDX license identifier, use "GPL-2.0-or-later" instead
composer.json should read:
{
"name": "acquia/lightning-project",
"description": "Project template for Drupal 8 sites built with the Lightning distribution.",
"type": "project",
"license": "GPL-2.0-or-later",
composer.json reads:
...resulting in the following warning:
License "GPL-2.0+" is a deprecated SPDX license identifier, use "GPL-2.0-or-later" instead
composer.json should read: