Skip to content

Commit d43a1bc

Browse files
authored
Change composer namespaces from islandora to drupal. (#62)
* Change composer namespaces from islandora to drupal. * include composer replace for old namespace.
1 parent 9cf8e18 commit d43a1bc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build-2.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
cd $DRUPAL_DIR
105105
composer config repositories.local path "$GITHUB_WORKSPACE/build_dir"
106106
composer config minimum-stability dev
107-
composer require "islandora/openseadragon:dev-github-testing as dev-2.x"
107+
composer require "drupal/openseadragon:dev-github-testing as dev-2.x"
108108
109109
- name: Install modules
110110
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Drupal FieldFormatter to display an image or generic file using a IIIF Image ser
1414
## Installation
1515

1616
This module can be installed via composer and enabled via Drush, like:
17-
1. `composer require islandora/openseadragon:^2.0`
17+
1. `composer require drupal/openseadragon:^2.0`
1818
1. `drush pm-en openseadragon`
1919

2020
Downloading/deploying the openseadragon library itself is not neccessary, as it is referenced externally via a CDN.

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "islandora/openseadragon",
2+
"name": "drupal/openseadragon",
33
"description": "OpenSeadragon",
44
"type": "drupal-module",
55
"minimum-stability": "dev",
@@ -10,6 +10,9 @@
1010
"support": {
1111
"issues": "https://github.com/Islandora/documentation/issues"
1212
},
13+
"replace": {
14+
"islandora/openseadragon": "self.version"
15+
},
1316
"require": {
1417
"drupal/token": "^1.3"
1518
},

0 commit comments

Comments
 (0)