I'm migrating a legacy application to a system of packages managed by composer, as the client wants, every time I update the project with composer, I can get the files that have been updated.
I've been watching how the script and plugins are created that allow interacting with composer but I have not found how to get the list of files that have been updated in each repository, does anyone know a way to do it?
Thanks in advance.