Problem/Motivation

This module's composer.json restricts installation to PHP7, let's support PHP8 as well!

Issue fork plugin-3238394

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

acbramley created an issue. See original summary.

acbramley’s picture

Status: Active » Needs review
StatusFileSize
new263 bytes

Let's see what fails

acbramley’s picture

StatusFileSize
new252 bytes

Updates composer.json XD

andypost’s picture

Status: Needs review » Reviewed & tested by the community

LGTM

afi13’s picture

It would be nice to merge it =)

joachim’s picture

Status: Reviewed & tested by the community » Needs work

TBH I'm not sure why we're specifying a version of PHP anyway!

If it's because the code uses features new in PHP 7.1, that version isn't even supported any more. So we can just remove this line completely.

acbramley’s picture

Status: Needs work » Needs review

Done.

  • joachim committed c556deb on 8.x-2.x authored by acbramley
    Issue #3238394: Removed old PHP requirement which was preventing PHP 8.
    
joachim’s picture

Status: Needs review » Fixed

Thanks!

andypost’s picture

Please create new release to allow testing on PHP 8.0 and 8.1.1

joachim’s picture

Coming up!

Status: Fixed » Closed (fixed)

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