silverstripe-gridfieldexten.../composer.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2012-12-15 15:16:57 +01:00
{
2014-11-27 14:04:43 +01:00
"name": "silverstripe-australia/gridfieldextensions",
2012-12-15 15:16:57 +01:00
"description": "A collection of useful grid field components",
"type": "silverstripe-module",
"homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions",
2012-12-15 15:16:57 +01:00
"keywords": ["silverstripe", "gridfield"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Andrew Short",
"email": "andrewjshort@gmail.com"
},
{
"name": "Marcus Nyeholt",
"email": "marcus@silverstripe.com.au"
}
2012-12-15 15:16:57 +01:00
],
"support": {
"issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues"
},
2012-12-15 15:16:57 +01:00
"require": {
"silverstripe/framework": "~4.0"
},
"extra": {
2013-02-28 07:29:50 +01:00
"installer-name": "gridfieldextensions",
2015-08-11 07:01:37 +02:00
"branch-alias": {
"dev-master": "2.0.x-dev"
2015-08-11 07:01:37 +02:00
},
2013-02-28 07:29:50 +01:00
"screenshots": [
"docs/en/_images/editable-rows.png",
"docs/en/_images/add-existing-search.png"
]
2014-11-27 14:04:43 +01:00
},
"replace": {
"ajshort/silverstripe-gridfieldextensions": "self.version"
2012-12-15 15:16:57 +01:00
}
}