I work on some sites with many composer requirements and need to be able to create a report of all of the package sources. For example, if I had the following packages:
zizaco/entrust
taitems/jQuery.Gantt
opauth/opauth
and some of these were not on packagist, I may want to get a list of all of them in a csv or other format so that I can review them. I know we have composer show
to list out all of the installed packages, but can we get more details so we can see, at a glance, where packages came from? By "where they came from", I am referring to the original url source of the package, such as "https://github.com/mycompany/privaterepo", so the goal is to type something like composer show --someswitch
and then see a list of packages along with the source url.