silverstripe-cms/composer.json
Ingo Schommer 0106e11722 Removed branch alias which should only apply to latest release branch
See 070ae2555b
for similar commit when going from 3.1 to 3.2.
2016-05-19 19:03:06 +12:00

30 lines
670 B
JSON

{
"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.3.3",
"composer/installers": "*",
"silverstripe/framework": "~3.3",
"silverstripe/reports": "~3.3",
"silverstripe/siteconfig": "~3.3"
},
"autoload": {
"classmap": ["tests/behat/"]
},
"minimum-stability": "dev"
}