{
    "authors": [
        {
            "email": "ebihara@php.net",
            "name": "Kousuke Ebihara",
            "role": "Lead"
        }
    ],
    "autoload": {
        "psr-0": {
            "VersionControl": "./"
        }
    },
    "description": "VersionControl_Git is a library that provides OO interface to handle Git repository.",
    "include-path": [
        "./"
    ],
    "license": "Apache License",
    "name": "pear/versioncontrol_git",
    "support": {
        "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=VersionControl_Git",
        "source": "https://github.com/pear/VersionControl_Git"
    },
    "type": "library",
    "require": {
        "pear/pear_exception": "*",
        "pear/pear-core-minimal": "^1.9"
    },
    "require-dev": {
        "phpunit/phpunit": "*"
    }
}
