I have laravel's Auth system and I made some changes, among them I changed the login and register path, when I install something and execute "composer update" (in windows) it seems that the auth is reset to its original state (as newly configured), I must make the changes manually ... How could I fix that? I think maybe there is a way to exclude the auth from the composer update, another thing that occurs to me is to leave my changes as the default configuration, but I do not know if it can, and if you can, I do not know how to do it. Any other option? thanks