mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
2713c462a2
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.
24 lines
525 B
JSON
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.*"
|
|
}
|
|
}
|