Skip to content

Commit

Permalink
Update composer.json to use drupal instead of islandora namespace (#156)
Browse files Browse the repository at this point in the history
* Update composer.json to use drupal instead of islandora namespace

* Update composer.lock
  • Loading branch information
joshdentremont authored and rosiel committed Jul 17, 2024
1 parent a3cd9c0 commit de21096
Show file tree
Hide file tree
Showing 3 changed files with 589 additions and 562 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2

# PHPStan's baseline uses tabs instead of spaces.
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php

# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"drupal/fpa": "^4.0",
"drupal/hal": "^1.0||^2.0",
"drupal/islandora": "^2.8.1",
"drupal/islandora_mirador": "^2",
"drupal/openseadragon": "^2",
"drupal/pathauto": "^1.12",
"drupal/pdf": "^1.1",
Expand All @@ -61,8 +62,6 @@
"drupal/views_field_view": "^1.0@beta",
"drush/drush": "^13",
"islandora-rdm/islandora_fits": "dev-8.x-1.x as 1.x-dev",
"islandora/islandora": "^2.8.1",
"islandora/islandora_mirador": "^2",
"islandora/views_nested_details": "^1.0",
"library/pdf.js": "^2.4",
"mjordan/islandora_workbench_integration": "dev-main"
Expand Down
Loading

0 comments on commit de21096

Please sign in to comment.