54 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2016-11-29 17:07:36 +00:00
{
2017-06-19 14:48:48 +10:00
"name": "symbiote/silverstripe-gridfieldextensions",
"description": "A collection of useful grid field components",
"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"],
"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"
}
],
"support": {
2017-06-23 11:31:32 +10:00
"issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues"
},
"require": {
2022-08-10 15:47:55 +12:00
"php": "^8.1",
"silverstripe/vendor-plugin": "^2",
"silverstripe/framework": "^5"
},
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
},
"extra": {
"screenshots": [
"docs/en/_images/editable-rows.png",
"docs/en/_images/add-existing-search.png"
],
"expose": [
"css",
"javascript"
2018-07-04 09:30:03 +12:00
]
},
"replace": {
2017-06-29 16:26:01 +10:00
"ajshort/silverstripe-gridfieldextensions": "self.version",
"silverstripe-australia/gridfieldextensions": "self.version"
},
"autoload": {
"psr-4": {
"Symbiote\\GridFieldExtensions\\": "src/",
"Symbiote\\GridFieldExtensions\\Tests\\": "tests/"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
2016-11-29 17:07:36 +00:00
}