composer update breaks drupal 10
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
- Lees meer over composer update breaks drupal 10
- Login om te reageren