Closed noahwsmith closed 1 year ago
oh @ajstanley I think your #9 fixed this, but the default install relies on tags to include the latest. Tagging a 2.2.2 on this repo should fix this issue for other folks. I'll switch to 2.x-dev
for my work in the meanwhile...
Yep, that does it:
noahs-m2-mbp-4:isle-dc noah$ docker-compose exec -u nginx drupal bash -c "composer require islandora/islandora_mirador:2.x-dev"
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been updated
Running composer update islandora/islandora_mirador
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
- Upgrading islandora/islandora_mirador (2.2.1 => 2.x-dev ee0a777)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Syncing islandora/islandora_mirador (2.x-dev ee0a777) into cache
- Removing islandora/islandora_mirador (2.2.1)
- Installing islandora/islandora_mirador (2.x-dev ee0a777): Cloning ee0a777089 from cache
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package silex/silex is abandoned, you should avoid using it. Use symfony/flex instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
Generating autoload files
68 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
noahs-m2-mbp-4:isle-dc noah$ docker-compose exec -u nginx drupal bash -c "drush en islandora_mirador"
[success] Successfully enabled: islandora_mirador
noahs-m2-mbp-4:isle-dc noah$
Can you test whether this is still an issue?
composer require
'd mirador you didn't state a version. Perhaps you got the latest tag without this improvement?Glad it's fixed, (sorry, in the call yesterday we kind of skimmed) though see above PR.
Sounds like we're all set here so I'm going to close this.
What steps does it take to reproduce the issue?
I thought
islandora_defaults
was in conflict with this module (see https://github.com/Islandora-Devops/islandora_install_profile_demo/issues/28#issuecomment-1297440987) andislandora_defaults
is not listed as a dependency here, so I think the config dependency should probably be be removed or edited.Which version of Islandora are you using?
2.4.3