There is a project on Yii. Installed several third-party extensions in the vendor folder.
The problem is that during the development process a single coder got into the vendor instead of overriding the classes and methods of the module. I understand that when you run the command: composer update
all third-party code for the module will disappear from vendor.
The solution is obvious: rewrite in a normal way. But for the time being we will leave it as it is.
Actually, how to upgrade other packages without touching the affected ones?