Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Drupal 9 update and fixes #36

Closed
wants to merge 14 commits into from
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"homepage": "https://github.com/Islandora-Devops/migrate_7x_claw",
"support": {
"issues": "https://github.com/Islandora-CLAW/CLAW/issues",
"irc": "irc://irc.freenode.org/islandora",
"source": "https://github.com/Islandora-Devops/migrate_7x_claw"
},
"license": "GPL-2.0-or-later",
Expand All @@ -16,7 +15,7 @@
}
],
"require": {
"drupal/migrate_plus": "^4",
"drupal/migrate_plus": "^5",
"jonathangreen/tuque": "dev-master"
alxp marked this conversation as resolved.
Show resolved Hide resolved
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion migrate_7x_claw.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ type: module
name: Migrate Islandora 7.x to CLAW
description: 'Migration setup for migrating from an Islandora 7.x instance to CLAW.'
package: Islandora
core: 8.x
core_version_requirement: ^8 || ^9
dependencies:
- drupal:migrate
- migrate_plus:migrate_plus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ source:
plugin: csv
path: modules/contrib/migrate_7x_claw/migrate/tags.csv
header_row_count: 1
ids:
- vid
keys:
- external_uri
process:
Expand Down
Loading