Problem/Motivation

Could not install on PHP 8.0

Steps to reproduce

Try to install with composer and php 8.

Proposed resolution

Set requirements to "^7.1 || ^8"

Remaining tasks

User interface changes

API changes

Data model changes

Comments

Erik Seifert created an issue. See original summary.

superbiche’s picture

StatusFileSize
new247 bytes

Quick patch for the fix

EDIT: still need to composer install drupal/preprocess --ignore-platform-reqs to install it

superbiche’s picture

Status: Active » Needs review
erik seifert’s picture

Patch is wrong.

"^7.1 || ^8" not "^7.1 | ^8"

superbiche’s picture

StatusFileSize
new247 bytes

Whoops, rerolled it

erik seifert’s picture

Looks better ;- ) Does composer install works now?

superbiche’s picture

It does ;)

sjerdo’s picture

Status: Needs review » Reviewed & tested by the community

Patch #5 LGTM +1

  • sjerdo committed 71e014b on 2.x authored by superbiche
    Issue #3232798 by superbiche, Erik Seifert, sjerdo: Support of PHP8
    
sjerdo’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 2.x branch

sjerdo’s picture

Tagged new release 2.0.1

Status: Fixed » Closed (fixed)

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