2016-11-29 18:07:36 +01:00
|
|
|
{
|
2017-06-19 06:48:48 +02:00
|
|
|
"name": "symbiote/silverstripe-gridfieldextensions",
|
2016-12-19 04:26:29 +01:00
|
|
|
"description": "A collection of useful grid field components",
|
2017-10-10 22:31:30 +02:00
|
|
|
"type": "silverstripe-vendormodule",
|
2017-06-23 03:31:32 +02:00
|
|
|
"homepage": "http://github.com/symbiote/silverstripe-gridfieldextensions",
|
2023-08-09 06:19:09 +02:00
|
|
|
"keywords": [
|
|
|
|
"silverstripe",
|
|
|
|
"gridfield",
|
|
|
|
"sortable",
|
|
|
|
"sort",
|
|
|
|
"sort field"
|
|
|
|
],
|
2016-12-19 04:26:29 +01:00
|
|
|
"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"
|
2016-12-19 04:26:29 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
2017-06-23 03:31:32 +02:00
|
|
|
"issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues"
|
2016-12-19 04:26:29 +01:00
|
|
|
},
|
|
|
|
"require": {
|
2022-08-10 05:47:55 +02:00
|
|
|
"php": "^8.1",
|
|
|
|
"silverstripe/vendor-plugin": "^2",
|
|
|
|
"silverstripe/framework": "^5"
|
2016-12-19 04:26:29 +01:00
|
|
|
},
|
2017-09-18 15:59:43 +02:00
|
|
|
"require-dev": {
|
2023-08-09 06:19:09 +02:00
|
|
|
"phpunit/phpunit": "^9.6",
|
2022-08-10 05:47:55 +02:00
|
|
|
"squizlabs/php_codesniffer": "^3.7",
|
2024-02-02 02:10:12 +01:00
|
|
|
"silverstripe/versioned": "^2",
|
|
|
|
"silverstripe/standards": "^1",
|
|
|
|
"phpstan/extension-installer": "^1.3"
|
2017-09-18 15:59:43 +02:00
|
|
|
},
|
2016-12-19 04:26:29 +01:00
|
|
|
"extra": {
|
|
|
|
"screenshots": [
|
|
|
|
"docs/en/_images/editable-rows.png",
|
|
|
|
"docs/en/_images/add-existing-search.png"
|
2017-10-10 22:31:30 +02:00
|
|
|
],
|
|
|
|
"expose": [
|
|
|
|
"css",
|
2023-03-09 02:53:24 +01:00
|
|
|
"javascript",
|
|
|
|
"client/lang"
|
2018-07-03 23:30:03 +02:00
|
|
|
]
|
2016-12-19 04:26:29 +01:00
|
|
|
},
|
|
|
|
"replace": {
|
2017-06-29 08:26:01 +02:00
|
|
|
"ajshort/silverstripe-gridfieldextensions": "self.version",
|
|
|
|
"silverstripe-australia/gridfieldextensions": "self.version"
|
2016-12-19 04:26:29 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-09-01 03:33:54 +02:00
|
|
|
"Symbiote\\GridFieldExtensions\\": "src/",
|
|
|
|
"Symbiote\\GridFieldExtensions\\Tests\\": "tests/"
|
2016-12-19 04:26:29 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev"
|
2016-11-29 18:07:36 +01:00
|
|
|
}
|