From 0540059b7a8549d63d4512f13a42e7f346ace698 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Thu, 10 Apr 2025 09:54:40 -0300 Subject: [PATCH] added composer json 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..e2a496a --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "roblib/CaptionLink", + "type": "drupal-custom-module", + "description": "Creates action to link Ableplayer Caption Media to Audio or Video Media.", + "license": "GPL-2.0-or-later", + "require": { + "drupal/islandora": "^2.0" + }, + "minimum-stability": "dev", + "prefer-stable": true, +}