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.

CommentFileSizeAuthor
#2 conflicting-dependencies-3409000.patch680 bytessaganakat
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

saganakat created an issue. See original summary.

saganakat’s picture

Priority: Major » Critical
StatusFileSize
new680 bytes
saganakat’s picture

Status: Active » Needs review
saganakat’s picture

Issue summary: View changes

pgrandeg made their first commit to this issue’s fork.

  • 46c134e2 committed on 3.0.x
    Issue #3409000 Fix conflicts with dependencies between modules
    
pgrandeg’s picture

Status: Needs review » Fixed

Good catch saganakat. Merged and a new release 3.0.3 was just created. Thanks!!

Status: Fixed » Closed (fixed)

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