Islandora-Devops / islandora-starter-site

A Drupal site demonstrating Islandora features. Use it as a starting point for customization.
https://sandbox.islandora.ca
GNU General Public License v2.0
4 stars 16 forks source link

Update composer.json to use drupal instead of islandora namespace #156

Closed joshdentremont closed 1 month ago

joshdentremont commented 1 month ago

islandora/islandora_mirador should now use drupal namespace. islandora/islandora was removed because drupal/islandora was already there.

This still leaves islandora/views_nested_details as the last remaining islandora namespace, but it looks like it's not been updated to the drupal namespace yet. Possibly because it's owned by Islandora Labs? https://github.com/Islandora-Labs/views_nested_details

joshdentremont commented 1 month ago

I also ran composer update -W to update the composer.lock with these changes and any newly available module versions.