Skip to content

Commit

Permalink
Merge pull request #2 from discoverygarden/add-composer
Browse files Browse the repository at this point in the history
DGIR: Add default composer.json
  • Loading branch information
bibliophileaxe authored Oct 18, 2023
2 parents 25cc4f6 + fc8f7bb commit 076fc08
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "discoverygarden/islandora_entity_status",
"type": "drupal-module",
"license": "GPL-3.0-or-later",
"require": {
"islandora/islandora": "^2"
},
"require-dev": {
"discoverygarden/islandora_test_support": "^1"
}
}

0 comments on commit 076fc08

Please sign in to comment.