silverstripe-cms/composer.json
Ingo Schommer 2713c462a2 composer/installers dep workaround
Moved to end of requirements, to work around a bug in composer - see https://github.com/composer/composer/issues/1147. This caused the dependencies to be installed in the wrong folder because the custom 'silverstripe-module' instructions hadn't been loaded at the time the core modules were installed via composer.
2013-08-07 14:36:54 +02:00

24 lines
525 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.4.*"
}
}