Added composer.json

This commit is contained in:
UndefinedOffset 2012-11-13 15:00:57 -04:00
parent a197d50375
commit 54ce183353
1 changed files with 18 additions and 0 deletions

18
composer.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "UndefinedOffset/SortableGridField",
"description": "Adds drag and drop functionality to SilverStripe 3.0's GridField",
"type": "silverstripe-module",
"keywords": ["silverstripe", "gridfield"],
"authors": [
{
"name": "Ed Chipman",
"homepage": "http://www.edchipman.ca",
"role": "Developer"
}
],
"require":
{
"silverstripe/framework": "3.*"
}
}