Problem/Motivation

"composer validate" warnings.

./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

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

harishh created an issue. See original summary.

harishh’s picture

Assigned: harishh » Unassigned
Status: Active » Needs review
StatusFileSize
new439 bytes

Please apply attached patch.

volkswagenchick’s picture

Issue tags: +Novice

Lets tag this Novice

Steps to validate:

  • Download rep locally
  • Apply patch
  • From the terminal, run composer validate
  • The specific error should not appear
ankithashetty’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new16.97 KB

Followed the steps mentioned in #3, the patch applied successfully!

Before patch:

$ 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

Patch applied cleanly:

After patch:

$ composer validate
./composer.json is valid

Changing status to RTBC.

marcoliver made their first commit to this issue’s fork.

  • marcoliver committed e38a27d7 on 3.1.x-dev
    Issue #3164045 by marcoliver, harishh, ankithashetty, volkswagenchick:...
marcoliver’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in 3.1.24, thanks everyone!

Status: Fixed » Closed (fixed)

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