Should dependencies be deleted from disk automatically after install/update with Composer?

Viewed 1731

After removing a dependency from composer.json and running install or update, should I expect the files to be removed automatically from disk?

I had to remove them manually, not sure if I am supposed to.

1 Answers
Related