2012-11-13 15:00:57 -04:00
|
|
|
{
|
2012-11-13 15:10:55 -04:00
|
|
|
"name": "undefinedoffset/sortablegridfield",
|
2012-11-13 15:00:57 -04:00
|
|
|
"description": "Adds drag and drop functionality to SilverStripe 3.0's GridField",
|
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "gridfield"],
|
2013-09-03 12:10:16 -03:00
|
|
|
"license": "BSD-3-Clause",
|
2012-11-13 15:00:57 -04:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ed Chipman",
|
|
|
|
"homepage": "http://www.edchipman.ca",
|
2012-12-18 16:08:25 -04:00
|
|
|
"role": "Developer"
|
2012-11-13 15:00:57 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require":
|
|
|
|
{
|
2015-07-22 19:43:34 -03:00
|
|
|
"silverstripe/framework": ">=3.0.1,<3.3",
|
2012-12-18 16:09:18 -04:00
|
|
|
"composer/installers": "*"
|
2013-03-20 11:27:51 -03:00
|
|
|
},
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/undefinedoffset/SortableGridField/issues"
|
|
|
|
},
|
|
|
|
"extra": {
|
2013-03-29 11:56:10 -03:00
|
|
|
"installer-name": "sortablegridfield"
|
2012-11-13 15:00:57 -04:00
|
|
|
}
|
2012-12-18 16:08:25 -04:00
|
|
|
}
|