SyntaxFix
Write A Post
Hire A Developer
Questions
Just run composer install - it will make your vendor directory reflect dependencies in composer.lock file.
composer install
vendor
composer.lock
In other words - it will delete any vendor which is missing in composer.lock.
Please update the composer itself before running this.