Skip to content

Commit

Permalink
EARTH-1347 Add stanford_person_tagging module to composer and core.ex…
Browse files Browse the repository at this point in the history
…tension.
  • Loading branch information
ksharp-drupal committed Oct 13, 2024
1 parent 5225146 commit deef8c7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@
"reference": "8.1.14"
}
}
},
{
"type": "package",
"package": {
"name": "stanford-earth/stanford_person_tagging",
"version": "8.1.0",
"type": "drupal-custom-module",
"source": {
"type": "git",
"url": "https://github.com/stanford-earth/stanford_person_tagging",
"reference": "8.1.0"
}
}
}
],
"require": {
Expand Down Expand Up @@ -179,6 +192,7 @@
"seboettg/citeproc-php": "2.4.1",
"seboettg/collection": "<4.0.0",
"stanford-earth/stanford_earth_r25": "^8.1",
"stanford-earth/stanford_person_tagging": "^8.1",
"su-sws/blt-sws": "dev-main",
"su-sws/ckeditor5_plugins": "^1.0",
"su-sws/react_paragraphs": "^8.2",
Expand Down
14 changes: 12 additions & 2 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ module:
stanford_paragraph_card: 0
stanford_person: 0
stanford_person_importer: 0
stanford_person_tagging: 0
stanford_policy: 0
stanford_profile_admin: 0
stanford_profile_drush: 0
Expand Down

0 comments on commit deef8c7

Please sign in to comment.