Problem/Motivation

The current version of drupal/o365 has its composer file to require "drupal/externalauth": "^1.3", which prevents the upgrade to drupal/externalauth:^2.0'.

Proposed resolution

Upgrade the module's composer file to require "drupal/externalauth": "^2.0".

Comments

Shefik created an issue. See original summary.

  • roderik committed bc31296 on 8.x-3.x
    Issue #3256015: enable using drupal/externalauth:^2

  • roderik committed bc31296 on 4.x
    Issue #3256015: enable using drupal/externalauth:^2
roderik’s picture

Status: Active » Fixed

Reviewed new externalauth source code; v2 should be OK to use as-is. Tested lightly.

This should still work with Drupal 8 - i.e. I expect composer to refuse to update to drupal/externalauth:2.0.0 and automatically install 1.3 instead.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.