From d7fb083de55bef03eef1891c04bd27f40284aacd Mon Sep 17 00:00:00 2001 From: kteraguchi Date: Fri, 26 Jan 2018 22:17:15 +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 | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index d03b77c..0b593ac 100644 --- a/composer.json +++ b/composer.json @@ -5,20 +5,23 @@ "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", - "netcommons/control-panel": "@dev", - "netcommons/data-types": "@dev", - "netcommons/net-commons": "@dev", - "netcommons/plugin-manager": "@dev", - "netcommons/roles": "@dev", - "netcommons/user-attributes": "@dev", - "netcommons/users": "@dev" + "cakedc/migrations": "~2.2", + "netcommons/control-panel": "@dev", + "netcommons/data-types": "@dev", + "netcommons/net-commons": "@dev", + "netcommons/plugin-manager": "@dev", + "netcommons/roles": "@dev", + "netcommons/user-attributes": "@dev", + "netcommons/users": "@dev" }, - "license": "NetCommons License", + "license": "LicenseRef-NetCommons", + "license-ref-net-commons": "https://raw.githubusercontent.com/NetCommons3/NetCommons3/master/license.txt", "authors": [ { "name": "NetCommons Community", @@ -29,9 +32,11 @@ "homepage": "https://github.com/s-nakajima" } ], - "keywords": ["cakephp", "user_roles"], + "keywords": [ + "cakephp", + "user_roles" + ], "config": { "vendor-dir": "vendors" } -} - +} \ No newline at end of file