Commit 413cfa2d authored by Harish H's avatar Harish H Committed by Mitch Portier
Browse files

fix(composer): License "GPL-2.0+" is a deprecated SPDX license identifier (#3161174 by harishh)

parent 792cc9e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
        "standards",
        "code review"
    ],
    "license": "GPL-2.0+",
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=7.0.8",
        "ext-mbstring": "*",