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