silverstripe-gridfieldexten.../composer.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2016-11-29 18:07:36 +01:00
{
"name": "silverstripe-australia/gridfieldextensions",
"description": "A collection of useful grid field components",
"type": "silverstripe-module",
"homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions",
"keywords": ["silverstripe", "gridfield"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Andrew Short",
"email": "andrewjshort@gmail.com"
},
{
"name": "Marcus Nyeholt",
"email": "marcus@silverstripe.com.au"
}
],
"support": {
"issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues"
},
"require": {
2016-11-29 18:20:15 +01:00
"silverstripe/framework": "4.0.0-alpha3 as 3.4.1"
2016-11-29 18:07:36 +01:00
},
"extra": {
"installer-name": "gridfieldextensions",
"branch-alias": {
2016-11-29 18:20:15 +01:00
"dev-master": "1.4.x-dev"
2016-11-29 18:07:36 +01:00
},
"screenshots": [
"docs/en/_images/editable-rows.png",
"docs/en/_images/add-existing-search.png"
]
},
"replace": {
"ajshort/silverstripe-gridfieldextensions": "self.version"
},
2016-11-29 18:20:15 +01:00
"autoload": {
"psr-4": {"SilverStripe\\Forms\\GridField\\": "code/"}
},
2016-11-29 18:07:36 +01:00
"prefer-stable": true,
2016-11-29 18:20:15 +01:00
"minimum-stability": "dev"
2016-11-29 18:07:36 +01:00
}