mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
6d565028c8
GridFieldComponents packaged with silverstripe/framework are injectable as of 4.11.0
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "silverstripe/reports",
|
|
"type": "silverstripe-vendormodule",
|
|
"description": "Reports module for SilverStripe CMS",
|
|
"homepage": "http://silverstripe.org",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"silverstripe",
|
|
"cms",
|
|
"reports"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "SilverStripe",
|
|
"homepage": "http://silverstripe.com"
|
|
},
|
|
{
|
|
"name": "The SilverStripe Community",
|
|
"homepage": "http://silverstripe.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"silverstripe/framework": "^4.11",
|
|
"silverstripe/admin": "^1.6@dev",
|
|
"silverstripe/versioned": "^1.6@dev",
|
|
"silverstripe/config": "^1.0@dev",
|
|
"silverstripe/assets": "^1.6@dev",
|
|
"silverstripe/vendor-plugin": "^1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5",
|
|
"squizlabs/php_codesniffer": "^3.0"
|
|
},
|
|
"extra": {
|
|
"expose": [
|
|
"javascript"
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SilverStripe\\Reports\\": "code/",
|
|
"SilverStripe\\Reports\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|