zodiacmedia / drupal-libraries-installer

Install Drupal libraries via a simple listing in your composer.json file
https://packagist.org/packages/zodiacmedia/drupal-libraries-installer
5 stars 6 forks source link

Composer 2 - installed library folders are empty #2

Closed codebymikey closed 3 years ago

codebymikey commented 3 years ago

Library folders are created, but the actual library files aren't applied.

This is because Composer 2 changes the way the Installers work and the promises need to be properly awaited.