Conversation
|
I would worry about this implementation, since it seems like it would make patches less obvious. We want to make sure people see and review the patches every time the go to update the modules on the site in order to see if they are still needed. |
Most of our projects already use it, they were setup before me joining and this is considered the way to go in the community. Composer will tell you if the patch isn't needed anymore during every update, it doesn't matter where the patches are listed. It makes composer.json cleaner and easier to read. |
@mikemccaffrey we use patches file on a lot of our projects and it seems that it keeps composer.json cleaner. Please review, I think it would be nice to add.