Drupal 9 + PHP8 compatibility

Created on 20 May 2022, over 2 years ago
Updated 30 June 2024, 5 months ago

Problem/Motivation

The module does not fully work on Drupal 9 with PHP8

Steps to reproduce

Set up on Drupal9 with PHP8 and try to log in getting error page.

Proposed resolution

The issue is with the requirement drupalauth/simplesamlphp-module-drupalauth this looks for 1.8 versions the root version isn't marked as php8 compatible so composer picks up a beta which says it is.

The only change with 1.9 is that is is explicitly PHP8 compatible so changing the requirement to that should be safe.

You can also fudge it with composer require composer require "drupalauth/simplesamlphp-module-drupalauth:1.9.1 as 1.8.1"

Remaining tasks

Update the composer.json to use the new version.

User interface changes

None

API changes

None

Data model changes

None

πŸ“Œ Task
Status

Closed: duplicate

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom JeremyFrench

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024