Problem/Motivation

When I tried to update composer dependency jquery_ui_accordion to 2.0.0, I get the following composer error:

- drupal/views_accordion is locked to version 2.0.0 and an update of this package was not requested.
- drupal/views_accordion 2.0.0 requires drupal/jquery_ui_accordion ^1.0 -> found drupal/jquery_ui_accordion[dev-1.x, 1.0.0, 1.1.0, 1.x-dev (alias of dev-1.x)] but it conflicts with your root composer.json require (^2.0).

Comments

Adrianm6254 created an issue. See original summary.

phpforfree’s picture

I second this. I tried editing the require section of the composer.json in the module code to increase the requirement and maybe write a patch, but no luck:
"require": {
"drupal/jquery_ui_accordion": "^1.0"
},

to:
"require": {
"drupal/jquery_ui_accordion": "^2.0"
},

nmangold’s picture

Status: Active » Closed (duplicate)

These changes have already been made in https://www.drupal.org/project/views_accordion/issues/3290414.