2016-11-29 17:07:36 +00:00
|
|
|
{
|
2017-06-19 14:48:48 +10:00
|
|
|
"name": "symbiote/silverstripe-gridfieldextensions",
|
2016-12-19 16:26:29 +13:00
|
|
|
"description": "A collection of useful grid field components",
|
2017-10-11 09:31:30 +13:00
|
|
|
"type": "silverstripe-vendormodule",
|
2017-06-23 11:31:32 +10:00
|
|
|
"homepage": "http://github.com/symbiote/silverstripe-gridfieldextensions",
|
2020-05-29 12:47:16 +12:00
|
|
|
"keywords": ["silverstripe", "gridfield", "sortable", "sort", "sort field"],
|
2016-12-19 16:26:29 +13:00
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andrew Short",
|
|
|
|
"email": "andrewjshort@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Marcus Nyeholt",
|
2017-06-23 11:31:32 +10:00
|
|
|
"email": "marcus@symbiote.com.au"
|
2016-12-19 16:26:29 +13:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
2017-06-23 11:31:32 +10:00
|
|
|
"issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues"
|
2016-12-19 16:26:29 +13:00
|
|
|
},
|
|
|
|
"require": {
|
2022-08-10 15:47:55 +12:00
|
|
|
"php": "^8.1",
|
|
|
|
"silverstripe/vendor-plugin": "^2",
|
|
|
|
"silverstripe/framework": "^5"
|
2016-12-19 16:26:29 +13:00
|
|
|
},
|
2017-09-18 14:59:43 +01:00
|
|
|
"require-dev": {
|
2021-11-09 11:43:41 +13:00
|
|
|
"phpunit/phpunit": "^9.5",
|
2022-08-10 15:47:55 +12:00
|
|
|
"squizlabs/php_codesniffer": "^3.7",
|
|
|
|
"silverstripe/versioned": "^2"
|
2017-09-18 14:59:43 +01:00
|
|
|
},
|
2016-12-19 16:26:29 +13:00
|
|
|
"extra": {
|
|
|
|
"screenshots": [
|
|
|
|
"docs/en/_images/editable-rows.png",
|
|
|
|
"docs/en/_images/add-existing-search.png"
|
2017-10-11 09:31:30 +13:00
|
|
|
],
|
|
|
|
"expose": [
|
|
|
|
"css",
|
|
|
|
"javascript"
|
2018-07-04 09:30:03 +12:00
|
|
|
]
|
2016-12-19 16:26:29 +13:00
|
|
|
},
|
|
|
|
"replace": {
|
2017-06-29 16:26:01 +10:00
|
|
|
"ajshort/silverstripe-gridfieldextensions": "self.version",
|
|
|
|
"silverstripe-australia/gridfieldextensions": "self.version"
|
2016-12-19 16:26:29 +13:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-09-01 13:33:54 +12:00
|
|
|
"Symbiote\\GridFieldExtensions\\": "src/",
|
|
|
|
"Symbiote\\GridFieldExtensions\\Tests\\": "tests/"
|
2016-12-19 16:26:29 +13:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev"
|
2016-11-29 17:07:36 +00:00
|
|
|
}
|