The current dependency on php 7.1 set by the constraint - "php": "^7.1" in composer - doesn't allow to install the module when the system is running op php 8. Maybe we can set the contraint to "php": ">=7.1"

I've installed the module myself with the option --ignore-platform-reqs and I've not ran into problems on php 8.0

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

kensae created an issue. See original summary.

kensae’s picture

Issue summary: View changes

kensae’s picture

Status: Active » Needs review
bbu23’s picture

Hello! Thank you for the MR. I merged it and if something comes up, new issues can be reported.

bbu23’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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