Skip to content

Commit

Permalink
Add islandora_hocr and islandora_iiif_hocr modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxp committed Mar 10, 2024
1 parent 40f1b35 commit c9f75cd
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 8 deletions.
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"chat": "https://www.islandora.ca/community#channels-of-communication"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/discoverygarden/islandora_hocr.git"
},
{
"type": "vcs",
"url": "https://github.com/Born-Digital-US/islandora_iiif_hocr.git"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
Expand All @@ -28,9 +36,11 @@
],
"require": {
"php": "^7.4 || ^8",
"born-digital/islandora_iiif_hocr": "^2@dev",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"discoverygarden/dgi_image_discovery": "^1",
"discoverygarden/islandora_hocr": "*",
"drupal/admin_toolbar": "^3.1",
"drupal/advanced_search": "^2.0.0@beta",
"drupal/better_exposed_filters": "^6.0",
Expand Down Expand Up @@ -88,13 +98,6 @@
"drupal-scaffold": {
"locations": {
"web-root": "web/"
},
"file-mapping": {
"[web-root]/sites/default/settings.php": {
"mode": "append",
"default": "web/core/assets/scaffold/files/default.settings.php",
"append": "assets/patches/default_settings.txt"
}
}
},
"installer-paths": {
Expand Down
62 changes: 61 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9f75cd

Please sign in to comment.