Skip to content

Commit

Permalink
Merge pull request #50 from Islandora/namespace
Browse files Browse the repository at this point in the history
Use drupal namespace in composer.
  • Loading branch information
aOelschlager committed Sep 4, 2024
2 parents 27c29d6 + 191220a commit 0b96cf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "islandora/islandora_mirador",
"name": "drupal/islandora_mirador",
"description": "Islandora support for Mirador viewer",
"type": "drupal-module",
"minimum-stability": "dev",
Expand All @@ -10,6 +10,9 @@
"support": {
"issues": "https://github.com/Islandora/documentation/issues"
},
"replace": {
"islandora/islandora_mirador": "self.version"
},
"require": {
"drupal/islandora": "^2"
},
Expand Down

0 comments on commit 0b96cf3

Please sign in to comment.