{
    "name": "shivas/versioning-bundle",
    "type": "symfony-bundle",
    "keywords": ["semantic", "version", "versioning", "semver"],
    "description": "Symfony application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations",
    "homepage": "https://github.com/shivas/versioning-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Audrius Karabanovas",
            "email": "audrius@karabanovas.net",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/shivas/versioning-bundle/issues",
        "wiki": "https://github.com/shivas/versioning-bundle/wiki"
    },
    "require": {
        "php": "^7.2 || ^8",
        "nikolaposa/version": "^4",
        "symfony/console": "^3.4 || ^4 || ^5",
        "symfony/framework-bundle": "^3.4 || ^4 || ^5",
        "symfony/process": "^3.4 || ^4 || ^5"
    },
    "require-dev": {
        "mikey179/vfsstream": "^2",
        "nyholm/symfony-bundle-test": "^1.7",
        "phpunit/phpunit": "^7 || ^8",
        "symfony/phpunit-bridge": "^5",
        "twig/twig": "^2 || ^3"
    },
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "psr-4": { "Shivas\\VersioningBundle\\": "src" }
    },
    "autoload-dev": {
        "psr-4": { "Shivas\\VersioningBundle\\Tests\\": "tests" }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
