File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
cd $DRUPAL_DIR
105
105
composer config repositories.local path "$GITHUB_WORKSPACE/build_dir"
106
106
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"
108
108
109
109
- name : Install modules
110
110
run : |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Drupal FieldFormatter to display an image or generic file using a IIIF Image ser
14
14
## Installation
15
15
16
16
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 `
18
18
1 . ` drush pm-en openseadragon `
19
19
20
20
Downloading/deploying the openseadragon library itself is not neccessary, as it is referenced externally via a CDN.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " islandora /openseadragon" ,
2
+ "name" : " drupal /openseadragon" ,
3
3
"description" : " OpenSeadragon" ,
4
4
"type" : " drupal-module" ,
5
5
"minimum-stability" : " dev" ,
10
10
"support" : {
11
11
"issues" : " https://github.com/Islandora/documentation/issues"
12
12
},
13
+ "replace" : {
14
+ "islandora/openseadragon" : " self.version"
15
+ },
13
16
"require" : {
14
17
"drupal/token" : " ^1.3"
15
18
},
You can’t perform that action at this time.
0 commit comments