Drupal version support in composer.json and info.yml files don't match

Created on 20 June 2024, 9 days ago

Problem/Motivation

The info.yml file has

core_version_requirement: ^9 || ^10 || ^11

Whilst the composer.json file has

    "require": {
        "drupal/core": "^8 || ^9 || ^10 || ^11"
    }

Drupal 8 should not be in the composer.json file if the module no longer supports it.

Steps to reproduce

N/A

Proposed resolution

Remove 8 from the composer.json file.

Remaining tasks

All the things.

User interface changes

None.

API changes

None.

Data model changes

None.

πŸ› Bug report
Status

Needs review

Version

2.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom Eli-T Manchester

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024