Conflicting dependencies of required modules

Created on 15 December 2023, 11 months ago
Updated 3 January 2024, 11 months ago

Problem/Motivation

When updating the module to D10, the dependencies in the composer.json file for the modules "Media Library Form API Element," "Entity Reference Revisions," and "jQuery UI Slider" have not been modified. These modules are fixed at a version that is incompatible with D10. Therefore, when attempting to execute the composer update command, it fails due to dependency incompatibility.

Steps to reproduce

Update the jquery_ui_slider module for compatibility with D10:

composer require 'drupal/jquery_ui_slider:^2.0'
- drupal/layoutcomponents is locked to version 3.0.2 and an update of this package was not requested.
- drupal/layoutcomponents 3.0.2 requires drupal/jquery_ui_slider ^1.1 -> found drupal/jquery_ui_slider[dev-1.x, 1.1.0, 1.x-dev (alias of dev-1.x)] but it conflicts with your root composer.json require (^2.0).

Proposed resolution

Update the fixed versions in the composer.json file to versions compatible with D10.

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇪🇸Spain saganakat

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