generalredneck / drupal-libraries-installer-plugin

A Composer installer that allows you to move packages to the Libraries folder.
12 stars 6 forks source link

Fixes libraries doesnt get downloaded into sites/all/libraries. #2

Closed leolandotan closed 8 years ago

leolandotan commented 8 years ago

This issue seems to arise as composer updated it's versions and maybe updated their code specifically in LibraryInstaller. I also noticed that the getPackageBasePath() doesn't get called instead the getInstallPath() is being called by adding a simple var_dump("test"); into the functions during composer install.

I haven't got the root cause for this but this.

generalredneck commented 8 years ago

FYI https://github.com/composer/composer/issues/4648