diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..dc945b4 --- /dev/null +++ b/composer.json @@ -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.*" + } +} \ No newline at end of file