From 937ffa10ceda80ad51b071862462251169db3a9a Mon Sep 17 00:00:00 2001 From: Dmitri Pyatkov Date: Wed, 14 Feb 2018 11:55:02 +0700 Subject: [PATCH] Update composer.json Reading composer.json of dkrnl/simplexmlreader (master) Skipped branch master, Invalid package information: License "Public Domain" 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 f350c2c..8bb5c7e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "autoload": { "files": ["autoload.php"] }, - "license": "Public Domain", + "license": "PDDL-1.0", "require": { "php": ">=5.3.0", "lib-libxml" : "*",