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:
Ingo Schommer 2013-08-07 14:36:26 +02:00
parent fe3f58511d
commit ff9e4b3b10

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.2.4",
"silverstripe/cms": "2.4.*",
"composer/installers": "*"
"composer/installers": "*",
"silverstripe/cms": "2.4.*"
}
}