mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
a2394331af
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
511 B
JSON
24 lines
511 B
JSON
{
|
|
"name": "silverstripe/framework",
|
|
"description": "The SilverStripe Framework",
|
|
"type": "silverstripe-module",
|
|
"keywords": ["silverstripe", "framework"],
|
|
"homepage": "http://silverstripe.org",
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "SilverStripe",
|
|
"homepage": "http://silverstripe.com"
|
|
},
|
|
{
|
|
"name": "The SilverStripe Community",
|
|
"homepage": "http://silverstripe.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.2.4",
|
|
"silverstripe/cms": "2.4.*",
|
|
"composer/installers": "*"
|
|
}
|
|
}
|