silverstripe-gridfieldexten.../composer.json

45 lines
1.2 KiB
JSON

{
"name": "symbiote/silverstripe-gridfieldextensions",
"description": "A collection of useful grid field components",
"type": "silverstripe-module",
"homepage": "http://github.com/symbiote/silverstripe-gridfieldextensions",
"keywords": ["silverstripe", "gridfield"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Andrew Short",
"email": "andrewjshort@gmail.com"
},
{
"name": "Marcus Nyeholt",
"email": "marcus@symbiote.com.au"
}
],
"support": {
"issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues"
},
"require": {
"silverstripe/framework": "~4.0"
},
"extra": {
"installer-name": "gridfieldextensions",
"branch-alias": {
"dev-master": "3.0.x-dev"
},
"screenshots": [
"docs/en/_images/editable-rows.png",
"docs/en/_images/add-existing-search.png"
]
},
"replace": {
"ajshort/silverstripe-gridfieldextensions": "self.version"
},
"autoload": {
"psr-4": {
"Symbiote\\GridFieldExtensions\\": "src/"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}