diff --git a/composer.inc.php b/composer.inc.php index 08d588c..4ddc71b 100644 --- a/composer.inc.php +++ b/composer.inc.php @@ -145,7 +145,8 @@ task('composer_vendor_status', function(array $args) { if($status) { $package = str_replace(normalize_path("$GAME_ROOT/composer/vendor/"), '', normalize_path($item)); - echo "==== Vendor package '$package' changes:\n"; + $last_remote_tag = get_git_last_remote_tag($item); + echo "==== Vendor package '$package'[$last_remote_tag] changes:\n"; echo implode("\n", $status) . "\n"; } }