From 56dd4c378beae7ac4aec8b24986cbb97dcfefd00 Mon Sep 17 00:00:00 2001 From: kteraguchi Date: Fri, 26 Jan 2018 22:28:21 +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 | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 84a801b..0e086ab 100644 --- a/composer.json +++ b/composer.json @@ -4,15 +4,18 @@ "homepage": "http://www.netcommons.org/", "extra": { "installer-paths": { - "app/Plugin/{$name}": ["type:cakephp-plugin"] + "app/Plugin/{$name}": [ + "type:cakephp-plugin" + ] } }, "require": { - "emotionloop/visualcaptcha": "^0.0.4", - "netcommons/net-commons": "@dev", - "netcommons/pages": "@dev" + "emotionloop/visualcaptcha": "^0.0.4", + "netcommons/net-commons": "@dev", + "netcommons/pages": "@dev" }, - "license": "NetCommons License", + "license": "LicenseRef-NetCommons", + "license-ref-net-commons": "https://raw.githubusercontent.com/NetCommons3/NetCommons3/master/license.txt", "authors": [ { "name": "Toshihide Hashimoto(AllCreator Co., Ltd.)", @@ -37,10 +40,12 @@ "homepage": "http://www.netcommons.org" } ], - "type": "cakephp-plugin", - "keywords": ["cakephp", "visual_captcha"], + "type": "cakephp-plugin", + "keywords": [ + "cakephp", + "visual_captcha" + ], "config": { "vendor-dir": "vendors" } -} - +} \ No newline at end of file