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-09 23:23:11 +01: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"
|
2012-11-01 15:47:50 +01:00
|
|
|
}
|
2013-12-04 18:14:09 +01:00
|
|
|
}}
|