silverstripe-reports/composer.json

30 lines
597 B
JSON
Raw Normal View History

2013-01-17 01:22:13 +01:00
{
"name": "silverstripe/reports",
"type": "silverstripe-module",
"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": {
2016-01-25 04:59:20 +01:00
"silverstripe/framework": "^4.0"
2015-06-18 01:31:48 +02:00
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
2015-11-02 23:35:31 +01:00
},
"require-dev": {
"phpunit/PHPUnit": "~4.8"
2013-01-17 01:22:13 +01:00
}
2013-05-07 12:46:11 +02:00
}