2017 © Pedro Peláez
 

composer-plugin composer-changelogs-plugin

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

image

kewlar/composer-changelogs-plugin

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

  • Monday, June 22, 2015
  • by kewlar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,011 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 34 % Grown

The README.md

Composer Changelogs Plugin

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., (*1)

$ 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!, (*2)

The Versions

22/06 2015

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • composer-plugin-api ~1.0

 

The Development Requires

by Mindaugas Pelionis