diff --git a/composer.json b/composer.json index 3e78a47..933116d 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/auth": "@dev", - "netcommons/control-panel": "@dev", - "netcommons/net-commons": "@dev", - "netcommons/plugin-manager": "@dev", - "netcommons/rooms": "@dev", - "netcommons/site-manager": "@dev", - "netcommons/user-roles": "@dev" + "cakedc/migrations": "~2.2", + "netcommons/auth": "@dev", + "netcommons/control-panel": "@dev", + "netcommons/net-commons": "@dev", + "netcommons/plugin-manager": "@dev", + "netcommons/rooms": "@dev", + "netcommons/site-manager": "@dev", + "netcommons/user-roles": "@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", "system_manager"], + "keywords": [ + "cakephp", + "system_manager" + ], "config": { "vendor-dir": "vendors" } -} - +} \ No newline at end of file