Skip to content

Commit

Permalink
Move information from README into composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshort committed Feb 8, 2013
1 parent 692453b commit b26b2b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<[email protected]>)

Requirements
------------
* SilverStripe 3.0

Links
-----
* [GitHub Project](http://github.com/ajshort/silverstripe-gridfieldextensions)
* [Issue Tracker](http://github.com/ajshort/silverstripe-gridfieldextensions/issues)
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -10,6 +11,9 @@
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/ajshort/silverstripe-gridfieldextensions/issues"
},
"require": {
"silverstripe/framework": ">=3.1"
},
Expand Down

0 comments on commit b26b2b3

Please sign in to comment.