mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"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": {
|
|
"php": ">=5.3.3",
|
|
"silverstripe/framework": ">=3.1.x-dev"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0.x-dev"
|
|
}
|
|
}
|
|
}
|