Core version constraint is too strict

Created on 13 November 2024, about 1 month ago

Problem/Motivation

With the new 4.0.0-rc2 release, the drupal/core version constraints were changed to:

"drupal/core": "10.3.7 | 11.0.6"

Unfortunately this now only allows to install that version with Drupal 10.3.7 and 11.0.6, but not with any newer versions anymore. The corresponding commit is the following:

https://git.drupalcode.org/project/image_effects/-/commit/ee67266bc471eb...

Steps to reproduce

  • Try composer require drupal/image_effects:4.0.0-rc2 with Drupal 10.3.8, which won't work due to the version constraint

Proposed resolution

  • Fix drupal/core version constraint, so the module is installable with >= 10.3.7 and >= 11.0.6

Remaining tasks

  • Create issue fork an MR to fix this issue

User interface changes

n/a

API changes

n/a

Data model changes

n/a

🐛 Bug report
Status

Active

Version

4.0

Component

Code

Created by

🇩🇪Germany hctom

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024