composer-diff
composer-diff copied to clipboard
Display diffs of composer projects and all their modules
Hi This looks like a great module. I tried: `composer global require sminnee/composer-diff:dev-master` but got the following error. Just posting this in case others have the same issue. ``` txt...
In the case when there is no local .git file we can ask the github api for the commit messages instead. @TODO Add some way to supply github authentication to...
Some packages do not have a source entry at all. This will stop the further processing of the composer.lock file.
The proper usage to use the from sha-1 as starting point is to add '..' after the first sha-1. Just using the sha-1 without the dots will use the sha-1...