- Issue created by @erwangel
- πΊπΈUnited States sidgrafix
I did have a similar situation even tho my install is not using media_thumbnails_video when trying to update drupal from 10.3.x to 10.4.0 failed because it was blocked by php-ffmpeg/php-ffmpeg that uses a symfony/cache version that is not compatible with the version of symfony/http-foundation drupa 10.4 requires.
Not sure if this will cause issue but I worked around it by updating symfony/cache with
composer update symfony/cache
when it completed I then ran:
composer update "drupal/core-*" --with-all-dependencies
thendrush updb
and yes to run the update.So far everything seems fine, but I have yet to test the modules I use that require ffmpeg yet.
- π«π·France erwangel
Thank you sidgrafix (#3). Updating symfony/cache first permitted to update the rest of drupal. No issues noticed after that while generating Video Thumbnails.