balbuf / drupal-libraries-installer

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

Can't install multiple libraries from the same vendor #6

Open jcnventura opened 4 years ago

jcnventura commented 4 years ago

I'm trying to install several ckeditor plugins as drupal packages. This is currently not possbile. Even though it downloads all of them, it only installs the last one:

    "drupal-libraries": {
      "ckeditor/codesnippet": "https://download.ckeditor.com/codesnippet/releases/codesnippet_4.9.2.zip",
      "ckeditor/contents": "https://download.ckeditor.com/contents/releases/contents_0.11.zip",
      "ckeditor/notification": "https://download.ckeditor.com/notification/releases/notification_4.10.0.zip",
      "ckeditor/wordcount": "https://download.ckeditor.com/wordcount/releases/wordcount_1.17.2.zip"
    },
codebymikey commented 3 years ago

This functionality should be available in the v1.3.0 release of the zodiacmedia fork of the plugin.