forked from Islandora-Devops/isle-dc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds iDC content type configuration and first pass at Taxonomy config…
…uration. (Islandora-Devops#28) * Updates to use our JHU versions of islandora_defaults and controlled_access_terms module with our JHU configuration for metadata. * Updates islandora and it's dependencies to lastest version * Updates the snapshot image. * Changing sanity test to test a collection, since that has less required fields.
- Loading branch information
Showing
260 changed files
with
6,041 additions
and
3,115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,18 @@ | |
{ | ||
"type": "vcs", | ||
"url": "[email protected]:Islandora/islandora.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "[email protected]:jhu-idc/islandora_defaults.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "[email protected]:jhu-idc/controlled_access_terms.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "[email protected]:jhu-idc/reference_value_pair.git" | ||
} | ||
], | ||
"require": { | ||
|
@@ -31,6 +43,7 @@ | |
"drupal/core-composer-scaffold": "^8.8.0", | ||
"drupal/devel": "^2.0", | ||
"drupal/facets": "^1.3", | ||
"drupal/libraries": "3.x-dev@dev", | ||
"drupal/pdf": "1.x-dev", | ||
"drupal/rdfui": "^1.0-beta1", | ||
"drupal/rest_oai_pmh": "^1.0", | ||
|
@@ -41,7 +54,7 @@ | |
"drush/drush": "^9.7.1", | ||
"islandora-rdm/islandora_fits": "dev-master", | ||
"islandora/carapace": "dev-8.x-3.x", | ||
"islandora/islandora_defaults": "dev-8.x-1.x", | ||
"jhu-idc/islandora_defaults": "dev-8.x-1.x", | ||
"vlucas/phpdotenv": "^4.0", | ||
"webflo/drupal-finder": "^1.0.0", | ||
"zaporylie/composer-drupal-optimizations": "^1.0" | ||
|
Oops, something went wrong.