Composer install

I am trying to upgrade from 2.4.2 to 2.4.3 (and hopefully on to 2.4.4 then) thanks to useful information on my other question. Eventually got it to run composer update and it did a lot of updating and removing etc but then came to a halt with :

Fatal error: Interface 'InteropContainerContainerInterface' not found in /home/website/public_html/vendor/laminas/laminas-servicemanager/src/ServiceLocatorInterface.php on line 16 

I’ve done a lot of googling and all I can come up with is people saying to remove vendor folder and run Composer install. Does this sound like a viable move? Do I literally just delete the whole vendor folder like rm -r vendor/* and then run composer install? thanks

submitted by /u/hawthornmage
[link] [comments]