├── README.md ├── composer.json └── src └── Drupal └── Composer ├── DrupalLibraryInstaller.php └── DrupalLibraryInstallerPlugin.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generalredneck/drupal-libraries-installer-plugin/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generalredneck/drupal-libraries-installer-plugin/HEAD/composer.json -------------------------------------------------------------------------------- /src/Drupal/Composer/DrupalLibraryInstaller.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generalredneck/drupal-libraries-installer-plugin/HEAD/src/Drupal/Composer/DrupalLibraryInstaller.php -------------------------------------------------------------------------------- /src/Drupal/Composer/DrupalLibraryInstallerPlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/generalredneck/drupal-libraries-installer-plugin/HEAD/src/Drupal/Composer/DrupalLibraryInstallerPlugin.php --------------------------------------------------------------------------------