Skip to content

Instantly share code, notes, and snippets.

@elizoller
Created December 7, 2020 20:51
Show Gist options
  • Save elizoller/b48209319d5fd814fc39287c3538999f to your computer and use it in GitHub Desktop.
Save elizoller/b48209319d5fd814fc39287c3538999f to your computer and use it in GitHub Desktop.
islandora updating to d9
  • change your composer.json to require the dev-d9_islandora version of islandora, the dev-d9 branch of islandora_defaults, and the dev-d9 branch of openseadragon.
  • remove carapace and adaptivetheme
composer require drupal/core-dev:^9.1 --dev --update-with-dependencies --no-update
composer require drupal/core-recommended:^9.1 drupal/core-composer-scaffold:^9.1 drupal/core-project-message:^9.1 --update-with-dependencies --no-update
composer update

however that'll probably fail until we don't have hook_post_action, libraries, and carapace/adaptivetheme removed i also had to do

composer require "drupal/core:9.1.0 as 8.9.11"

in order to get it to ignore those issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment