silverstripe-gridfieldexten.../composer.json

28 lines
735 B
JSON

{
"name": "ajshort/silverstripe-gridfieldextensions",
"description": "A collection of useful grid field components",
"type": "silverstripe-module",
"homepage": "http://github.com/ajshort/silverstripe-gridfieldextensions",
"keywords": ["silverstripe", "gridfield"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Andrew Short",
"email": "andrewjshort@gmail.com"
}
],
"support": {
"issues": "http://github.com/ajshort/silverstripe-gridfieldextensions/issues"
},
"require": {
"silverstripe/framework": ">=3.1"
},
"extra": {
"installer-name": "gridfieldextensions",
"screenshots": [
"docs/en/_images/editable-rows.png",
"docs/en/_images/add-existing-search.png"
]
}
}