kewlar/composer-changelogs-plugin

Allows easier checking of the changelogs for the packages-to-be-updated.

Installs: 5 724

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

Type:composer-plugin

v0.1 2019-04-25 06:39 UTC

This package is auto-updated.

Last update: 2024-05-07 20:23:39 UTC


README

Whenever you do composer update or composer install this plugin displays links to GitHub's "Compare Changes" pages for each updated package, so you would have an easier time checking what's actually changed, e.g.

$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)                                               
Prefetching 7 packages 🎶 💨
  - Downloading (100%)
    CHANGELOGS:
        https://github.com/doctrine/dbal/compare/v2.9.1...v2.9.2
        https://github.com/rollbar/rollbar-php/compare/v1.7.2...v1.7.4
Package operations: 0 installs, 10 updates, 0 removals
  - Updating doctrine/dbal (v2.9.1 => v2.9.2): Loading from cache
    CHANGELOG: https://github.com/doctrine/dbal/compare/v2.9.1...v2.9.2
  - Updating rollbar/rollbar (v1.7.2 => v1.7.4): Loading from cache
    CHANGELOG: https://github.com/rollbar/rollbar-php/compare/v1.7.2...v1.7.4

Installation

composer require --dev kewlar/composer-changelogs-plugin ^0.1

That's it!