Skip to content

Commit

Permalink
DGIR: Add default composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Akanksha Singh authored and Akanksha Singh committed Oct 18, 2023
1 parent 25cc4f6 commit fc8f7bb
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 fc8f7bb

Please sign in to comment.