composer update breaks drupal 10

Door AdminHSN , 11 december 2024

After running composer update my sites break with error 'The "broken" plugin does not exist.'

composer is updating doctrine/deprecations from 1.1.3 to 1.1.4  and this causes the issue.

Resolved by downgrading this module with composer require doctrine/deprecations:1.1.3

Reacties