Browse Source

added composer json file

main
Paul Pound 8 months ago
parent
commit
0540059b7a
  1. 11
      composer.json

11
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,
}
Loading…
Cancel
Save