chippyash/semantic-version-updater

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "chippyash/semantic-version-updater",
    "description": "Utility to update version tags during Jenkins builds",
    "minimum-stability": "stable",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "Ashley Kitson",
            "email": "ashley@zf4.biz",
            "homepage": "http://zf4.biz"
        },
        {
            "name": "Kevin Herrera",
            "email": "kevin@herrera.io",
            "homepage": "http://kevin.herrera.io"
        }
    ],
    "require": {
        "php": ">=8.0",
        "symfony/console": "5.2.8"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "symfony/process": "^5.2"
    },
    "bin": [
        "bin/vupdate"
    ],
    "autoload": {
        "psr-0": {
            "Herrera": "src"
        },
        "psr-4": {
            "Chippyash\\": "src/Chippyash"
        }
    }
}