- Issue created by @Jon Pugh
- π¬π§United Kingdom thoward216
I've updated the info.yml file as that was incorrect as stated. Release 2.0.2 resolves this issue.
- Assigned to thoward216
- Status changed to Fixed
over 1 year ago 3:46pm 11 May 2023
I already have drupal/dx8_addtoany 2.0.0 in my composer.
When I do this it's fine:
$composer require 'drupal/dx8_addtoany:^2.0'
./composer.json has been updated
Running composer update drupal/dx8_addtoany
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
When I do this, i breaks, looking for drupal/cohesion, which does not exist.
composer require 'drupal/dx8_addtoany:^2.0.1'
./composer.json has been updated
Running composer update drupal/dx8_addtoany
Gathering patches for root package.
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/dx8_addtoany ^2.0.1 -> satisfiable by drupal/dx8_addtoany[2.0.1].
- drupal/dx8_addtoany 2.0.1 requires drupal/cohesion * ->
I noticed this change in the info file: https://git.drupalcode.org/project/dx8_addtoany/-/commit/139ee6f019bc5a6...
Could this be the cause?
Fixed
2.0
Code
I've updated the info.yml file as that was incorrect as stated. Release 2.0.2 resolves this issue.