From eed4d8b848663303179c5ebf59cd93f71eb31546 Mon Sep 17 00:00:00 2001 From: spekulatius Date: Wed, 17 Feb 2016 09:49:23 +1300 Subject: [PATCH] More information in composer.json --- composer.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d2ae5a2..d9dc072 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,10 @@ "name": "madmatt/silverstripe-nestedcheckboxsetfield", "description": "Adds a level of nesting to a CheckboxSetField using a has_many/has_one relationship", "type": "silverstripe-module", - "keywords": ["silverstripe", "forms"], + "keywords": [ + "silverstripe", + "forms" + ], "homepage": "https://github.com/madmatt/silverstripe-nestedcheckboxsetfield", "license": "WTFPL", "authors": [ @@ -17,5 +20,8 @@ }, "extra": { "installer-name": "nestedcheckboxsetfield" + }, + "support": { + "issues": "https://github.com/madmatt/silverstripe-nestedcheckboxsetfield/issues" } -} +} \ No newline at end of file