From c4255b87dedf5051dfb283344b93c79001ff5658 Mon Sep 17 00:00:00 2001 From: rosie Le Faive Date: Thu, 29 Aug 2024 06:21:18 -0300 Subject: [PATCH 1/2] Use drupal namespace in composer. --- README.md | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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..7527fe6 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", From 191220a742dc1cd70d3497d254dc6dd896e5ac64 Mon Sep 17 00:00:00 2001 From: rosie Le Faive Date: Thu, 29 Aug 2024 07:21:23 -0300 Subject: [PATCH 2/2] include composer replace for old namespace. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 7527fe6..d02c302 100755 --- a/composer.json +++ b/composer.json @@ -10,6 +10,9 @@ "support": { "issues": "https://github.com/Islandora/documentation/issues" }, + "replace": { + "islandora/islandora_mirador": "self.version" + }, "require": { "drupal/islandora": "^2" },