Add initial files.

This commit is contained in:
Andrew Short 2012-12-16 01:16:57 +11:00
commit df6f793212
3 changed files with 31 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
SilverStripe Grid Field Extensions Module
=========================================
Maintainer Contacts
-------------------
* Andrew Short (<andrewjshort@gmail.com>)
Requirements
------------
* SilverStripe 3.0
Links
-----
* [GitHub Project](http://github.com/ajshort/silverstripe-gridfieldextensions)
* [Issue Tracker](http://github.com/ajshort/silverstripe-gridfieldextensions/issues)

0
_config/.gitignore vendored Normal file
View File

16
composer.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "silverstripe/gridfieldextensions",
"description": "A collection of useful grid field components",
"type": "silverstripe-module",
"keywords": ["silverstripe", "gridfield"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Andrew Short",
"email": "andrewjshort@gmail.com"
}
],
"require": {
"silverstripe/framework": "3.*"
}
}