Browse Source

Create composer.json

main
Alan Stanley 7 months ago committed by GitHub
parent
commit
01c3db0c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      composer.json

11
composer.json

@ -0,0 +1,11 @@
{
"name": "roblib/doi_prefill",
"type": "drupal-custom-module",
"description": "Prefills DOI form from Crossref API.",
"license": "GPL-2.0-or-later",
"require": {
"drupal/islandora": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading…
Cancel
Save