Hello,
I have a Drupal site with 10.2.8 version. I updated this module from 2.0.3 to 2.0.5. I can't update the module to 2.0.6 version.
composer require drupal/autocomplete_deluxe:2.0.6
./composer.json has been updated
Running composer update drupal/autocomplete_deluxe
Gathering patches for root package.
> DrupalComposerManaged\ComposerScripts::preUpdate
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/autocomplete_deluxe 2.0.6 -> satisfiable by drupal/autocomplete_deluxe[2.0.6].
- drupal/autocomplete_deluxe 2.0.6 requires drupal/core <=10.2 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.2.0] but the package is fixed to 10.2.8 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
With 2.0.5 version still I have the error related with `FormElementBase` class. I created a patch for that. Please read the versions article in composer: https://getcomposer.org/doc/articles/versions.md#wildcard-version-range-
adrianliegmann β made their first commit to this issueβs fork.
adrianliegmann β created an issue.
Hello,
I tested https://git.drupalcode.org/project/permissions_by_term/-/merge_requests/... patch and it works, but generate error in JS after select something, like on the screen.
I created a fix including a item type element: https://git.drupalcode.org/project/permissions_by_term/-/merge_requests/...
adrianliegmann β made their first commit to this issueβs fork.
adrianliegmann β created an issue.