{
    "name": "dragonrun1/git-change-log-creator",
    "description": "Used to create an updated change log file from Git log",
    "minimum-stability": "stable",
    "license": "GPL-2.0",
    "authors": [
        {
            "name": "Michael Cummings",
            "email": " [email protected]",
            "role": "Developer"
        }
    ],
    "autoload": {
        "psr-4": {
            "GitChangeLogCreator\\": [
                "src/"
            ]
        }
    },
    "homepage": "https://github.com/Dragonrun1/git-change-log-creator",
    "support": {
        "issues": "https://github.com/Dragonrun1/git-change-log-creator/issues?state=open",
        "source": "https://github.com/Dragonrun1/git-change-log-creator",
        "wiki": "https://github.com/Dragonrun1/git-change-log-creator/wiki"
    },
    "require": {
        "ext-date": "*",
        "ext-SPL": "*",
        "php": ">=7.1"
    },
    "require-dev": {
        "roave/security-advisories": "dev-master"
    }
}
 
  |