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.
Comments
Comment #2
saganakat commentedComment #3
saganakat commentedComment #4
saganakat commentedComment #8
pgrandeg commentedGood catch saganakat. Merged and a new release 3.0.3 was just created. Thanks!!