From ebccc399c1fcb69627a67bbf40199bf1ddc2abbc Mon Sep 17 00:00:00 2001 From: kteraguchi Date: Fri, 26 Jan 2018 16:57:56 +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 c6bdf6f..d15e0af 100644 --- a/composer.json +++ b/composer.json @@ -1,34 +1,39 @@ { "name": "netcommons/blocks", "description": "Blocks for NetCommons Plugin", - "type": "cakephp-plugin", + "type": "cakephp-plugin", "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/frames": "@dev", - "netcommons/net-commons": "@dev", - "netcommons/plugin-manager": "@dev" + "cakedc/migrations": "~2.2", + "netcommons/frames": "@dev", + "netcommons/net-commons": "@dev", + "netcommons/plugin-manager": "@dev" }, "require-dev": { - "netcommons/roles": "dev-master", - "netcommons/rooms": "dev-master", - "netcommons/workflow": "dev-master" + "netcommons/roles": "dev-master", + "netcommons/rooms": "dev-master", + "netcommons/workflow": "dev-master" }, - "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" } ], - "keywords": ["cakephp", "blocks"], + "keywords": [ + "cakephp", + "blocks" + ], "config": { "vendor-dir": "vendors" } -} - +} \ No newline at end of file