{
    "name": "tremby/laravel-git-version",
    "description": "A helper to get the current git version of the application",
    "require": {
        "illuminate/support": ">=4"
    },
    "suggest": {
        "symfony/process": "Used rather than `shell_exec` if available (>=3.3)."
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Bart Nagel",
            "email": "bart@tremby.net"
        }
    ],
    "autoload": {
        "psr-4": {
            "Tremby\\LaravelGitVersion\\": "src/"
        }
    }
}
