From f5f211318b8fad125e806694177b8c82855123c0 Mon Sep 17 00:00:00 2001 From: Cerys Date: Wed, 8 May 2024 01:23:38 +0100 Subject: [PATCH] hopefully the license now has a valid spdx name packagist.org failed to crawl the repo reporting... ``` Reading composer.json of darksparrow/deegraph-php (master) Importing branch master (dev-master) Skipped branch master, Invalid package information: License "Mozilla Public License Version 2.0" 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 license. ``` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8d66c26..080763e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "darksparrow/deegraph-php", "description": "Deegraph Interactions Wrapper", "type": "library", - "license": "Mozilla Public License Version 2.0", + "license": "Mozilla Public License 2.0", "authors": [ { "name": "Cerys Lewis",