From a6f2a8526b550df33081fc8045bfd3b07f8efc44 Mon Sep 17 00:00:00 2001 From: kteraguchi Date: Fri, 26 Jan 2018 20:55:44 +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 | 48 +++++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index e9de46e..a498964 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,9 @@ { - "name": "netcommons/questionnaires", + "name": "netcommons/questionnaires", "description": "Questionnaires for NetCommons Plugin", - "homepage": "http://www.netcommons.org/", - "license": "NetCommons License", + "homepage": "http://www.netcommons.org/", + "license": "LicenseRef-NetCommons", + "license-ref-net-commons": "https://raw.githubusercontent.com/NetCommons3/NetCommons3/master/license.txt", "authors": [ { "name": "Toshihide Hashimoto(AllCreator Co., Ltd.)", @@ -29,29 +30,34 @@ ], "extra": { "installer-paths": { - "app/Plugin/{$name}": ["type:cakephp-plugin"] + "app/Plugin/{$name}": [ + "type:cakephp-plugin" + ] } }, "require": { - "cakedc/migrations": "~2.2", + "cakedc/migrations": "~2.2", "netcommons/authorization-keys": "@dev", - "netcommons/blocks": "@dev", - "netcommons/files": "@dev", - "netcommons/frames": "@dev", - "netcommons/m17n": "@dev", - "netcommons/mails": "@dev", - "netcommons/net-commons": "@dev", - "netcommons/pages": "@dev", - "netcommons/plugin-manager": "@dev", - "netcommons/topics": "@dev", - "netcommons/users": "@dev", - "netcommons/workflow": "@dev" , - "netcommons/wysiwyg": "@dev", - "netcommons/visual-captcha": "@dev" + "netcommons/blocks": "@dev", + "netcommons/files": "@dev", + "netcommons/frames": "@dev", + "netcommons/m17n": "@dev", + "netcommons/mails": "@dev", + "netcommons/net-commons": "@dev", + "netcommons/pages": "@dev", + "netcommons/plugin-manager": "@dev", + "netcommons/topics": "@dev", + "netcommons/users": "@dev", + "netcommons/workflow": "@dev", + "netcommons/wysiwyg": "@dev", + "netcommons/visual-captcha": "@dev" }, - "type": "cakephp-plugin", - "keywords": ["cakephp", "questionnaires"], + "type": "cakephp-plugin", + "keywords": [ + "cakephp", + "questionnaires" + ], "config": { "vendor-dir": "vendors" } -} +} \ No newline at end of file