silverstripe-cms/composer.json

35 lines
736 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": {
2015-06-20 12:34:18 +02:00
"php": ">=5.3.3",
2012-11-01 17:29:08 +01:00
"composer/installers": "*",
2015-06-22 04:12:41 +02:00
"silverstripe/framework": "~3.3",
"silverstripe/reports": "~3.3",
"silverstripe/siteconfig": "~3.3"
},
"extra": {
"branch-alias": {
2015-06-18 01:31:43 +02:00
"3.x-dev": "3.3.x-dev"
}
},
2012-11-09 19:15:54 +01:00
"autoload": {
"classmap": ["tests/behat/"]
},
"minimum-stability": "dev"
}