diff --git a/README.md b/README.md index 8bcadbd..b5c24bb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ # Mirador viewer integration for Drupal [![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg?style=flat-square)](https://php.net/) -[![Build Status](https://github.com/islandora/islandora/actions/workflows/build-2.x.yml/badge.svg)](https://github.com/Islandora/islandora/actions) [![Contribution Guidelines](http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg)](./CONTRIBUTING.md) [![LICENSE](https://img.shields.io/badge/license-GPLv2-blue.svg?style=flat-square)](./LICENSE) [![codecov](https://codecov.io/gh/Islandora/islandora/branch/2.x/graph/badge.svg)](https://codecov.io/gh/Islandora/islandora) diff --git a/composer.json b/composer.json index a8a21ab..d02c302 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "islandora/islandora_mirador", + "name": "drupal/islandora_mirador", "description": "Islandora support for Mirador viewer", "type": "drupal-module", "minimum-stability": "dev", @@ -10,6 +10,9 @@ "support": { "issues": "https://github.com/Islandora/documentation/issues" }, + "replace": { + "islandora/islandora_mirador": "self.version" + }, "require": { "drupal/islandora": "^2" },