2013-01-17 01:22:13 +01:00
|
|
|
{
|
2016-08-29 03:55:43 +02:00
|
|
|
"name": "silverstripe/reports",
|
|
|
|
"type": "silverstripe-module",
|
|
|
|
"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": {
|
2017-04-13 03:52:16 +02:00
|
|
|
"silverstripe/framework": "4.0.x-dev",
|
|
|
|
"silverstripe/admin": "1.0.x-dev",
|
|
|
|
"silverstripe/versioned": "1.0.x-dev",
|
|
|
|
"silverstripe/config": "1.0.x-dev",
|
|
|
|
"silverstripe/assets": "1.0.x-dev"
|
2016-08-29 03:55:43 +02:00
|
|
|
},
|
2017-06-21 11:05:12 +02:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^5.7"
|
|
|
|
},
|
2016-08-29 03:55:43 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-06-21 06:30:14 +02:00
|
|
|
"SilverStripe\\Reports\\": "code/",
|
|
|
|
"SilverStripe\\Reports\\Tests\\": "tests/"
|
2016-08-29 03:55:43 +02:00
|
|
|
}
|
|
|
|
},
|
2017-06-21 06:30:14 +02:00
|
|
|
"scripts": {
|
|
|
|
"lint": "phpcs code/ tests/",
|
|
|
|
"lint-clean": "phpcbf code/ tests/"
|
2017-04-13 03:52:16 +02:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2013-05-07 12:46:11 +02:00
|
|
|
}
|