Automatically closed - issue fixed for 2 weeks with no activity.
The release notes → simply says to run:
composer require 'drupal/chosen:^3.0'
...but that didn't work. I got:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/chosen_lib 2.10.0 requires drupal/chosen 2.10.0 -> satisfiable by drupal/chosen[2.10.0] but these conflict with your requirements or minimum-stability.
- drupal/chosen_lib 2.10.0 requires drupal/chosen 2.10.0 -> satisfiable by drupal/chosen[2.10.0] but these conflict with your requirements or minimum-stability.
- drupal/chosen_lib 2.10.0 requires drupal/chosen 2.10.0 -> satisfiable by drupal/chosen[2.10.0] but these conflict with your requirements or minimum-stability.
- Installation request for drupal/chosen_lib (locked at 2.10.0) -> satisfiable by drupal/chosen_lib[2.10.0].
What worked was the following:
composer require 'drupal/chosen:^3.0' 'drupal/chosen_lib:^3.0'
Please add this information to the release notes. Thanks!
Fixed
3.0
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.