From b26b2b3165978dd88cc1531236606117a5203e5a Mon Sep 17 00:00:00 2001 From: ajshort Date: Sat, 9 Feb 2013 02:23:23 +1100 Subject: [PATCH] Move information from README into composer.json. --- README.md | 13 ------------- composer.json | 4 ++++ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ed33f1a..886151f 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,3 @@ This module provides a number of useful grid field components: * `GridFieldAddNewMultiClass` - lets the user select from a list of classes to create a new record from. * `GridFieldEditableColumns` - allows inline editing of records. * `GridFieldOrderableRows` - drag and drop re-ordering of rows. - -Maintainer Contacts -------------------- -* Andrew Short () - -Requirements ------------- -* SilverStripe 3.0 - -Links ------ -* [GitHub Project](http://github.com/ajshort/silverstripe-gridfieldextensions) -* [Issue Tracker](http://github.com/ajshort/silverstripe-gridfieldextensions/issues) diff --git a/composer.json b/composer.json index 62aaf6c..4450ebd 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "ajshort/silverstripe-gridfieldextensions", "description": "A collection of useful grid field components", "type": "silverstripe-module", + "homepage": "http://github.com/ajshort/silverstripe-gridfieldextensions", "keywords": ["silverstripe", "gridfield"], "license": "BSD-3-Clause", "authors": [ @@ -10,6 +11,9 @@ "email": "andrewjshort@gmail.com" } ], + "support": { + "issues": "http://github.com/ajshort/silverstripe-gridfieldextensions/issues" + }, "require": { "silverstripe/framework": ">=3.1" },