mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
83a9f35398
The installer dependency gets included too late for 2.4, so framework ends up in the wrong path. That's a bug with composer, see See https://github.com/composer/composer/issues/1147 Until its fixed, we remove the explicit dependency which seems to trigger this path in the dependency resolver (works for 3.x)
23 lines
480 B
JSON
23 lines
480 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",
|
|
"composer/installers": "*"
|
|
}
|
|
}
|