- Issue created by @flyke
The media_contextual_crop_field_formatter now has a Drupal 11 compatible (beta) version: 2.0.0-beta1
Please update the requirements of this module so that it is compatible with that version, in order to prevent composer problems like:
Problem 1
- drupal/media_contextual_crop_field_formatter 2.0.0 requires drupal/media_library_media_modify ^1.0@beta -> found drupal/media_library_media_modify[1.0.0-beta1, ..., 1.0.0] but it conflicts with your root composer.json require (^2.0@beta).
- Try to install both media_contextual_crop_field_formatter 2.0.0-beta1 and this module via composer
- Notice that you can't
Edit the requirements in composer.json.
Change:
"drupal/media_library_media_modify": "^1.0.0@beta",
into:
"drupal/media_library_media_modify": "^1.0.0@beta|^2.0.0@beta",
or:
"drupal/media_library_media_modify": "^1.0.0@beta|^2",
patch/mr, test, release ?
none
none
none
Active
2.0
Code