I have a project for which I used composer install
to download all of the dependancies I need. In order for one of those dependencies to work for my project, I had to make a few small changes to some of its class files.
If I run composer update
again for my project, does that mean composer will re-download the original version of that package, therefore overwriting the customizations I previously made?