silverstripe-gridfieldexten.../composer.json

51 lines
1.5 KiB
JSON
Raw Normal View History

2016-11-29 18:07:36 +01:00
{
2017-06-19 06:48:48 +02:00
"name": "symbiote/silverstripe-gridfieldextensions",
"description": "A collection of useful grid field components",
"type": "silverstripe-module",
2017-06-23 03:31:32 +02:00
"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",
2017-06-23 03:31:32 +02:00
"email": "marcus@symbiote.com.au"
}
],
"support": {
2017-06-23 03:31:32 +02:00
"issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues"
},
"require": {
"silverstripe/framework": "~4.0"
},
2017-09-18 15:59:43 +02:00
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0",
"silverstripe/versioned": "^1@dev"
2017-09-18 15:59:43 +02:00
},
"extra": {
"installer-name": "gridfieldextensions",
"branch-alias": {
2017-06-16 06:07:09 +02:00
"dev-master": "3.0.x-dev"
},
"screenshots": [
"docs/en/_images/editable-rows.png",
"docs/en/_images/add-existing-search.png"
]
},
"replace": {
2017-06-29 08:26:01 +02:00
"ajshort/silverstripe-gridfieldextensions": "self.version",
"silverstripe-australia/gridfieldextensions": "self.version"
},
"autoload": {
"psr-4": {
2017-06-16 06:07:09 +02:00
"Symbiote\\GridFieldExtensions\\": "src/"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
2016-11-29 18:07:36 +01:00
}