定制 sllh/composer-versions-check 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sllh/composer-versions-check

最新稳定版本:v2.0.5

Composer 安装命令:

composer require sllh/composer-versions-check

包简介

Checks if packages are up to date to last major versions after update

README 文档

README

composer-versions-check is a plugin for Composer.

It warns user for outdated packages from last major versions after update command.

Latest Stable Version Latest Unstable Version License Dependency Status Reference Status

Total Downloads Monthly Downloads Daily Downloads

Build Status Scrutinizer Code Quality Code Climate Coverage Status SensioLabsInsight

composer-versions-check_demo

Screencast provided by Silentcast.

Installation

You can install it either globally (recommended):

composer global require sllh/composer-versions-check

or locally (as require-dev dependency then):

composer require --dev sllh/composer-versions-check

Usage

That's it! Composer will enable automatically the plugin as soon it's installed.

Just run composer update command to see the plugin working.

Configuration

You can configure the plugin via the COMPOSER_HOME/config.json file. Here is the default one:

{
    "config": {
        "sllh-composer-versions-check": {
            "show-links": false
        }
    }
}
  • show-links: Shows outdated package links. Set to true to get a larger output, like the demo.

统计信息

  • 总下载量: 2.35M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 239
  • 点击次数: 1
  • 依赖项目数: 20
  • 推荐数: 2

GitHub 信息

  • Stars: 235
  • Watchers: 12
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-01