2012-11-01 15:47:50 +01:00
|
|
|
{
|
|
|
|
"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": "*",
|
2014-02-10 11:23:11 +13:00
|
|
|
"silverstripe/framework": "2.5.x-dev"
|
2012-11-28 22:01:00 +01:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-post-2.4": "2.5.x-dev"
|
2014-05-20 08:47:34 +12:00
|
|
|
}
|
2014-05-05 09:15:18 +12:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "~3.7"
|
2012-11-01 15:47:50 +01:00
|
|
|
}
|
2013-04-30 19:09:16 +03:00
|
|
|
}
|