Open Sheco opened 9 years ago
I'm using the lithium framework together with composer. Lithium expects the libraries to be placed inside a libraries
folder instead of vendor
. Working on many lithium projects, having a non-standard vendor directory isn't uncommon.
https://github.com/composer/installers/blob/master/src/Composer/Installers/LithiumInstaller.php#L7
You can specify an alternate vendor path in the composer.json config.
We need to update bin/IndexGenerator.php to read the composer.json and then update the following lines:
bin/IndexGenerator.php:237
bin/IndexGenerator:382
bin/IndexGenerator:417