balbuf / drupal-libraries-installer

Install Drupal libraries via a simple listing in your composer.json file
13 stars 6 forks source link

Support composer v2 #8

Open camppacifictech opened 4 years ago

camppacifictech commented 4 years ago

AFAICT all that is needed is to bump the versions of composer-plugin-api & composer/installers, and add 2 new abstract methods to the plugin class.

camppacifictech commented 4 years ago

Actually the installed libraries are empty - the DownloadManager::install() method perhaps is failing silently?