From ddff601aab8cd0b0adadc2f932114ca11c1141a6 Mon Sep 17 00:00:00 2001 From: kteraguchi Date: Fri, 26 Jan 2018 19:09:32 +0900 Subject: [PATCH] Change license value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Packagistで以下エラーが発生したため Importing branch master (dev-master) Skipped branch master, Invalid package information: License "NetCommons License" 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 | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 8fa831b..52dc496 100644 --- a/composer.json +++ b/composer.json @@ -4,28 +4,33 @@ "homepage": "http://www.netcommons.org/", "extra": { "installer-paths": { - "app/Plugin/{$name}": ["type:cakephp-plugin"] + "app/Plugin/{$name}": [ + "type:cakephp-plugin" + ] } }, "require": { - "cakedc/migrations": "~2.2", - "josegonzalez/cakephp-upload": "~1.3", + "cakedc/migrations": "~2.2", + "josegonzalez/cakephp-upload": "~1.3", "netcommons/authorization-keys": "@dev", - "netcommons/blocks": "@dev", - "netcommons/net-commons": "@dev", - "netcommons/site-manager": "@dev" + "netcommons/blocks": "@dev", + "netcommons/net-commons": "@dev", + "netcommons/site-manager": "@dev" }, - "license": "NetCommons License", + "license": "LicenseRef-NetCommons", + "license-ref-net-commons": "https://raw.githubusercontent.com/NetCommons3/NetCommons3/master/license.txt", "authors": [ { "name": "NetCommons Community", "homepage": "http://www.netcommons.org" } ], - "type": "cakephp-plugin", - "keywords": ["cakephp", "files"], + "type": "cakephp-plugin", + "keywords": [ + "cakephp", + "files" + ], "config": { "vendor-dir": "vendors" } -} - +} \ No newline at end of file