Browse Source

added composer file

main
astanley 12 hours ago
parent
commit
5ba21c007c
  1. 11
      composer.json

11
composer.json

@ -0,0 +1,11 @@
{
"name": "roblib/islandora_pdf_action",
"type": "drupal-custom-module",
"description": "The Islandora PDF Action module adds a Action to create PDFs from Image files using microservices.\n",
"license": "GPL-2.0-or-later",
"require": {
"drupal/islandora": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading…
Cancel
Save