Skip to content

Commit

Permalink
Add D10; drop D8
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Sep 14, 2023
1 parent c92fa39 commit ee8686e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ https://www.drupal.org/docs/8/api/migrate-api/migrate-process-plugins/list-of-pr
## Installation

Install as usual, see
[this](https://drupal.org/documentation/install/modules-themes/modules-8) for
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.
Configure allowed binary paths at `/admin/config/islandora_spreadsheet_ingest`.

Expand Down
2 changes: 1 addition & 1 deletion islandora_spreadsheet_ingest.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Islandora Spreadsheet Ingest'
description: "Support for CSV import of Islandora content."
type: module
package: DGI
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
# We implement a plugin making use of their base class.
- drupal:migrate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Islandora Spreadsheet Ingest Example'
description: "Example CSV import of Islandora content."
type: module
package: DGI
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- dgi_migrate:dgi_migrate
- drupal:media
Expand Down

0 comments on commit ee8686e

Please sign in to comment.