PHPackages                             dantleech/what-changed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dantleech/what-changed

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

dantleech/what-changed
======================

Report changes in your dependencies

0.4.5(1y ago)122400.6k↓43.9%[11 issues](https://github.com/dantleech/what-changed/issues)[2 PRs](https://github.com/dantleech/what-changed/pulls)1MITPHPPHP ^7.3 || ^8.0CI failing

Since Dec 10Pushed 1y ago6 watchersCompare

[ Source](https://github.com/dantleech/what-changed)[ Packagist](https://packagist.org/packages/dantleech/what-changed)[ RSS](/packages/dantleech-what-changed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (13)Used By (1)

What Changed?
=============

[](#what-changed)

[![Build Status](https://camo.githubusercontent.com/a175060c5cc786843bf85a1d19674f751178770ad16937be0b845067208544c8/68747470733a2f2f7472617669732d63692e6f72672f64616e746c656563682f776861742d6368616e6765642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dantleech/what-changed)

[![What Changed?](https://user-images.githubusercontent.com/530801/49700600-d3d10a00-fbd8-11e8-8235-cf3dbb026f32.png)](https://user-images.githubusercontent.com/530801/49700600-d3d10a00-fbd8-11e8-8235-cf3dbb026f32.png)

Generates change reports when you update [Composer](https://getcomposer.org).

This plugin makes a copy of your lock files before a composer update, and then compares the new file with the old one. It then calls the Github API to get the *commit messages* for the differences between any upgraded packages.

**Features**:

- Shows the commit messages for upgraded packages.

**Current limitations / features**:

- Only packages hosted on Github are supported.

```
$ composer update

#... composer upates ...#
dantleech/what-changed: 1 removed
  - acme/removed

dantleech/what-changed: 8 new
  - infection/infection
  - padraic/humbug_get_contents
  - padraic/phar-updater
  - pimple/pimple
  - psr/container
  - symfony/yaml
  - theseer/tokenizer
  - webmozart/assert

dantleech/what-changed: 2 updated

  composer/composer b89daf53..d8aef3af

    [2018-10-14 14:19:08] a1ab75a7 dmanners composer/composer#7159: make the remove command to a regex lookup on package name  - if you have multiple...
    [2018-11-26 19:09:26] 66d84f60 Seldaek Fix pattern matching for remove wildcard, refs #7715
    [2018-11-27 11:22:32] 17fd933f Seldaek Update dependencies
    [2018-11-27 13:26:03] 489e0d4b Seldaek Add support for imagemagick
