2013-01-17 01:22:13 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/reports",
|
|
|
|
"type": "silverstripe-module",
|
|
|
|
"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": {
|
2015-06-21 10:35:13 +02:00
|
|
|
"php": ">=5.3.3",
|
2013-11-05 04:42:39 +01:00
|
|
|
"silverstripe/framework": ">=3.1.x-dev"
|
2015-06-18 01:30:08 +02:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"3.x-dev": "3.3.x-dev"
|
|
|
|
}
|
2013-01-17 01:22:13 +01:00
|
|
|
}
|
2013-05-07 12:46:11 +02:00
|
|
|
}
|