silverstripe-cms/composer.json

38 lines
789 B
JSON
Raw Normal View History

2012-11-01 17:29:08 +01:00
{
"name": "silverstripe/cms",
"type": "silverstripe-module",
"description": "The SilverStripe Content Management System",
"homepage": "http://silverstripe.org",
"license": "BSD-3-Clause",
"keywords": ["silverstripe", "cms"],
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"require": {
"php": ">=5.5.0",
2012-11-01 17:29:08 +01:00
"composer/installers": "*",
2015-12-02 22:46:44 +01:00
"silverstripe/framework": "^4.0",
"silverstripe/reports": "^4.0",
2015-12-02 22:46:44 +01:00
"silverstripe/siteconfig": "^4.0"
},
"require-dev": {
"phpunit/PHPUnit": "~4.8"
},
"extra": {
"branch-alias": {
2014-11-20 05:15:19 +01:00
"dev-master": "4.0.x-dev"
}
},
2012-11-09 19:15:54 +01:00
"autoload": {
"classmap": ["tests/behat/"]
},
"minimum-stability": "dev"
}