Componette

Componette

nella

nella / victor v1.2.1

Version updates checker for your composer package requirements

download-cloud-line composer require nella/victor

Victor - for Composer

Build Status Windows Build Status Code Coverage SensioLabsInsight Status Latest Stable Version Github Downloads Dependency Status HHVM Status License MIT, GPL-2, GPL-3

Sponzored by Shipito LLC.

Victor is a version updates checker for your composer package requirements.

Why? I know there is Versioneye which is great. But Versioneye ignores your requirement preferences and doesn't support private repositories (satis).

Instalation

wget https://github.com/nella/victor/releases/download/v1.2.1/victor.phar -O victor.phar
# or
curl -Lo victor.phar https://github.com/nella/victor/releases/download/v1.2.1/victor.phar

Usage

Run this command in root of your project.

php victor.phar

Latest preview Update preview

Ignore required version opition (--ignore-required-version|-f). If you require package "nella/victor": "~1.0.0" in your composer.json. Victor also shows you minor and major version updates.

php victor.phar show -f

Exact versions parsed as tilda (--exact-as-tilda|-t). If you require package "nella/victor": "1.0.0" in your composer.json. Victor parse this as ~1.0.0.

php victor.phar show -t

Note

A huge thank you goes to Verča Rašková for solving the biggest issue - the naming of the package.

License

Victor is licensed under the MIT License - see the LICENSE file for details.

  • v1.2.1 1.2.1

    • Composer 1.1.0
  • v1.2.0 1.2.0

    • Composer updated to 1.0.0 stable
    • Added self-update command
  • v1.1.1 1.1.1

    • Fix exact-as-tilda for branch dependency
  • v1.1.0 1.1.0

    • Add --exact-as-tilda|-t option
  • v1.0.0 1.0

    Initial release

Componette Componette felix@nette.org