I have a custom installation of Drupal that is managed by Composer. I executed composer outdated
That displayed some outdated packages. (see below)
I picked symfony/yaml and executed composer require symfony/yaml
My question is this: How do I resolve "Problem 1" shown in the screenshot.
I assumed "-> satisfiable by...symfony/yaml v4.3.0" and ran composer require symfony/yaml:v4.3.0
Still more errors... very much the same.