Problem/Motivation

If the module is installed on an old version of Drupal, which uses PHP 5.6, it will break because of return typing in methods

Steps to reproduce

Install the module on an old Drupal with PHP 5.6

Proposed resolution

Change required PHP version in composer.json to 7.0 to match codebase.

Remaining tasks

none

User interface changes

none

API changes

none

Data model changes

none

CommentFileSizeAuthor
#2 change-composer-php-requirement.patch293 bytesjplanginier
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

    jplanginier created an issue. See original summary.

    jplanginier’s picture

    StatusFileSize
    new293 bytes

    martygraphie’s picture

    Hi
    Thanks for you report ! :)

    martygraphie’s picture

    Status: Active » Fixed
    martygraphie’s picture

    Status: Fixed » Closed (fixed)