sortablegridfield/composer.json

20 lines
409 B
JSON
Raw Normal View History

2012-11-13 20:00:57 +01:00
{
2012-11-13 20:10:55 +01:00
"name": "undefinedoffset/sortablegridfield",
2012-11-13 20:00:57 +01:00
"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",
2012-12-18 21:08:25 +01:00
"role": "Developer"
2012-11-13 20:00:57 +01:00
}
],
"require":
{
"silverstripe/framework": "3.*",
2012-12-18 21:09:18 +01:00
"composer/installers": "*"
2012-11-13 20:00:57 +01:00
}
2012-12-18 21:08:25 +01:00
}