Problem/Motivation
I have noticed something happening on my local development site for a while bit never been able to get to the bottom of itβI routinely perform various composer updates as modules develop and from time-to-time I see this happening...
Lock file operations: 0 installs, 1 update, 0 removals
- Downgrading bower-asset/jquery (3.7.1 => 3.6.4)
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Downgrading bower-asset/jquery (3.7.1 => 3.6.4)
Today, immediately after doing a...
composer require 'drupal/term_glossary:^4.4'
I followed up with a...
composer update --dry-run
And there is was again...
Lock file operations: 0 installs, 1 update, 0 removals
- Downgrading bower-asset/jquery (3.7.1 => 3.6.4)
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Downgrading bower-asset/jquery (3.7.1 => 3.6.4)
I'm am wondering if Taxonomy Term Glossary' dependencies might some how be causing this?
Thanks