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