dantleech/what-changed
Composer 安装命令:
composer require dantleech/what-changed
包简介
Report changes in your dependencies
README 文档
README
Generates change reports when you update Composer.
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 <3.3, refs #7762 [2018-11-27 15:27:01] 5ce55600 meyerbaptiste Fix support for imagemagick <3.3, refs #7762 [2018-11-28 07:44:45] 7ab633a2 Seldaek Prepare 1.8.0 changelog [2018-11-29 14:25:01] ab165cfc johnstevenson Update xdebug-handler, fixes #7807 [2018-12-03 09:21:52] 02ee50ac Seldaek Prepare 1.8.0 [2018-12-03 09:31:16] d8aef3af Seldaek Release 1.8.0 phpstan/phpstan c896a1a3..f0252a5a [2018-12-03 20:43:08] 7888e6ed ondrejmirtes Support for is_countable() [2018-12-03 21:26:56] d98c7ca1 ondrejmirtes Support for JSON_THROW_ON_ERROR [2018-12-03 23:21:12] f0252a5a ondrejmirtes Support for array_key_first/array_key_last
Installation
$ composer require dantleech/what-changed --dev
Usage
The report is automatically generated and dumped to the console each time you update your dependencies.
You can also (re) generate the report at any time by calling the composer what-changed command:
$ composer what-changed
This as the plugin makes a copy of your old composer lock file, you can review
the last reported changes at any time with the what-changed command:
$ composer what-changed
Options
--full-message: Show the full commit message--merge-commits: Include merge commits
Troubleshooting
- Github API limit reached: Configure the composer github-oauth to authenticate with Github.
dantleech/what-changed 适用场景与选型建议
dantleech/what-changed 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 449.76k 次下载、GitHub Stars 达 122, 最近一次更新时间为 2018 年 12 月 09 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 dantleech/what-changed 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 dantleech/what-changed 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 449.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 122
- 点击次数: 23
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-09
