From 1b058dfb2c46ee99fbec37471dd2c24e953cfb8e Mon Sep 17 00:00:00 2001 From: kteraguchi Date: Fri, 26 Jan 2018 17:10:53 +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 | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index d18692b..e7da091 100644 --- a/composer.json +++ b/composer.json @@ -4,18 +4,21 @@ "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/mails": "@dev", - "netcommons/net-commons": "@dev", - "netcommons/pages": "@dev", - "netcommons/users": "@dev", - "netcommons/workflow": "@dev" + "cakedc/migrations": "~2.2", + "netcommons/mails": "@dev", + "netcommons/net-commons": "@dev", + "netcommons/pages": "@dev", + "netcommons/users": "@dev", + "netcommons/workflow": "@dev" }, - "license": "NetCommons License", + "license": "LicenseRef-NetCommons", + "license-ref-net-commons": "https://raw.githubusercontent.com/NetCommons3/NetCommons3/master/license.txt", "authors": [ { "name": "Mitsuru Mutaguchi(OpenSource WorkShop)", @@ -28,9 +31,12 @@ "homepage": "http://www.netcommons.org" } ], - "type": "cakephp-plugin", - "keywords": ["cakephp", "content-comments"], + "type": "cakephp-plugin", + "keywords": [ + "cakephp", + "content-comments" + ], "config": { "vendor-dir": "vendors" } -} +} \ No newline at end of file