From 5ba21c007c1d9ba0a4ad992858eb1deb901c6e7e Mon Sep 17 00:00:00 2001 From: astanley Date: Wed, 17 Jun 2026 11:33:40 -0300 Subject: [PATCH] added composer file --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e2f86b3 --- /dev/null +++ b/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 +}