silverstripe-cms/composer.json
Damian Mooyman 0d2ef15c21 Merge remote-tracking branch 'origin/2.4' into post-2.4
Conflicts:
	composer.json
2014-05-20 08:47:34 +12:00

32 lines
650 B
JSON

{
"name": "silverstripe/cms",
"description": "The SilverStripe Content Management System",
"type": "silverstripe-module",
"keywords": ["silverstripe", "cms"],
"homepage": "http://silverstripe.org/cms",
"license": "BSD-3-Clause",
"authors": [
{
"name": "SilverStripe",
"homepage": "http://silverstripe.com"
},
{
"name": "The SilverStripe Community",
"homepage": "http://silverstripe.org"
}
],
"require": {
"php": ">=5.2.4",
"composer/installers": "*",
"silverstripe/framework": "2.5.x-dev"
},
"extra": {
"branch-alias": {
"dev-post-2.4": "2.5.x-dev"
}
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
}
}