diff --git a/composer.json b/composer.json index aeb1bc3..1f31a4e 100755 --- a/composer.json +++ b/composer.json @@ -1,20 +1,23 @@ { - "name": "jelicanin/silverstripe-cookie-policy-notification", + "name": "fractaslabs/silverstripe-cookie-policy-notification", "description": "SilverStripe Cookie Policy Notification Module", "type": "silverstripe-module", - "homepage": "http://github.com/jelicanin/silverstripe-cookie-policy-notification", + "homepage": "http://github.com/fractaslabs/silverstripe-cookie-policy-notification", "keywords": ["silverstripe", "cookie", "cookie-policy", "notification", "module", "cms"], "authors": [{ "name": "Milan jelicanin", "email": "milan.jelicanin@fractas.com" }], "support": { - "issues": "http://github.com/jelicanin/silverstripe-cookie-policy-notification/issues" + "issues": "http://github.com/fractaslabs/silverstripe-cookie-policy-notification/issues" }, "require": { "silverstripe/cms": "~3.0", "silverstripe/framework": "~3.0" }, + "suggest": { + "fractaslabs/silverstripe-googleanalytics": "Module that adds a ability to add multiple Google Analytics property IDs" + }, "extra": { "installer-name": "cookie-policy-notification" },