davidrjonas / composer-lock-diff

See what has changed after a composer update
MIT License
274 stars 18 forks source link

Detect commit changes when updating from a git branch #2

Closed delamart closed 7 years ago

delamart commented 7 years ago

Packages updated from a branch and not versionned don't show in the output.

"require": {
        "package/from-git": "dev-master"
    }

Would be nice to see the commit number before/after.