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

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

hctom created an issue. See original summary.

hctom’s picture

Status: Active » Needs review

Please see the issue fork, which restores the old version constraints.

mondrake’s picture

  • mondrake committed 125aa052 on 4.0.x authored by hctom
    Issue #3487268 by hctom: Core version constraint is too strict
    
mondrake’s picture

Uh-oh. Thanks, indeed a leftover while checking something else. Strange test failure though. Let’s get this in and sort out if anything broken, then release again.

mondrake’s picture

Status: Needs review » Fixed
it-cru’s picture

@mondrake: I left a comment on related MR which maybe should addressed additionally.

Status: Fixed » Closed (fixed)

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