{
    "name": "digilive/git-changelog",
    "description": "Generate a changelog from git commits of the local repository",
    "keywords": [
        "php",
        "git",
        "changelog",
        "generator"
    ],
    "type": "library",
    "minimum-stability": "stable",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "DigiLive",
            "email": "
[email protected]",
            "homepage": "https://digilive.nl"
        },
        {
            "name": "Mario",
            "email": "
[email protected]"
        }
    ],
    "require": {
        "php": "^7.3 || ^8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9",
        "mikey179/vfsstream": "^1.6"
    },
    "autoload": {
        "psr-4": {
            "DigiLive\\GitChangelog\\": "src/",
            "DigiLive\\GitChangelog\\Tests\\": "tests/"
        }
    }
}