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-rc2with Drupal10.3.8, which won't work due to the version constraint
Proposed resolution
- Fix
drupal/coreversion 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
Issue fork image_effects-3487268
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
Comment #3
hctomPlease see the issue fork, which restores the old version constraints.
Comment #4
mondrakeComment #6
mondrakeUh-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.
Comment #7
mondrakeComment #8
it-cru@mondrake: I left a comment on related MR which maybe should addressed additionally.