2012-11-13 20:00:57 +01:00
|
|
|
{
|
2012-11-13 20:10:55 +01:00
|
|
|
"name": "undefinedoffset/sortablegridfield",
|
2017-05-27 06:45:28 +02:00
|
|
|
"description": "Adds drag and drop functionality to SilverStripe 4.x's GridField",
|
2017-10-27 21:09:42 +02:00
|
|
|
"type": "silverstripe-module",
|
2012-11-13 20:00:57 +01:00
|
|
|
"keywords": ["silverstripe", "gridfield"],
|
2013-09-03 17:10:16 +02:00
|
|
|
"license": "BSD-3-Clause",
|
2012-11-13 20:00:57 +01:00
|
|
|
"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
|
|
|
}
|
|
|
|
],
|
2017-05-27 06:45:28 +02:00
|
|
|
"require": {
|
2017-07-04 15:34:17 +02:00
|
|
|
"silverstripe/framework": "~4.0",
|
2017-10-27 21:09:42 +02:00
|
|
|
"silverstripe/versioned": "^1.0"
|
2017-05-27 06:45:28 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"UndefinedOffset\\SortableGridField\\": "src/",
|
|
|
|
"UndefinedOffset\\SortableGridField\\Tests\\": "tests/"
|
|
|
|
}
|
2013-03-20 15:27:51 +01:00
|
|
|
},
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/undefinedoffset/SortableGridField/issues"
|
|
|
|
},
|
|
|
|
"extra": {
|
2017-05-27 06:45:28 +02:00
|
|
|
"installer-name": "sortablegridfield",
|
|
|
|
"branch-alias": {
|
2017-07-04 15:34:17 +02:00
|
|
|
"dev-master": "2.0.x-dev"
|
2017-05-27 06:45:28 +02:00
|
|
|
}
|
2012-11-13 20:00:57 +01:00
|
|
|
}
|
2012-12-18 21:08:25 +01:00
|
|
|
}
|