mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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.
This commit is contained in:
parent
f212ebe0f0
commit
f8cfb5afd6
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.2.4",
|
"php": ">=5.2.4",
|
||||||
"composer/installers": "*",
|
"silverstripe/framework": "2.4.*",
|
||||||
"silverstripe/framework": "2.4.*"
|
"composer/installers": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user