2013-01-17 01:22:13 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/reports",
|
|
|
|
"type": "silverstripe-module",
|
2015-12-22 02:21:03 +01:00
|
|
|
"description": "Reports module for SilverStripe CMS",
|
2013-01-17 01:22:13 +01:00
|
|
|
"homepage": "http://silverstripe.org",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"keywords": ["silverstripe", "cms", "reports"],
|
2015-11-02 23:35:31 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "SilverStripe",
|
|
|
|
"homepage": "http://silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "The SilverStripe Community",
|
|
|
|
"homepage": "http://silverstripe.org"
|
|
|
|
}
|
|
|
|
],
|
2013-01-17 01:22:13 +01:00
|
|
|
"require": {
|
2017-04-04 00:50:26 +02:00
|
|
|
"php": ">=5.3.3,<7.2",
|
2015-12-22 02:21:03 +01:00
|
|
|
"silverstripe/framework": "~3.3"
|
2015-06-18 01:30:08 +02:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-04-21 17:13:40 +02:00
|
|
|
"3.x-dev": "3.7.x-dev"
|
2015-06-18 01:30:08 +02:00
|
|
|
}
|
2015-11-02 23:35:31 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-11-17 12:41:43 +01:00
|
|
|
"phpunit/phpunit": "^3 || ^4 || ^5"
|
2017-10-25 19:00:23 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": ["code"]
|
2013-01-17 01:22:13 +01:00
|
|
|
}
|
2013-05-07 12:46:11 +02:00
|
|
|
}
|