File: //home/cafsindia/snap.cafsinfotech.in/vendor/czproject/git-php/composer.json
{
"name": "czproject/git-php",
"type": "library",
"description": "Library for work with Git repository in PHP.",
"keywords": ["git"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jan Pecha",
"email": "janpecha@email.cz"
}
],
"funding": [
{"type": "other", "url": "https://www.janpecha.cz/donate/git-php/"}
],
"require": {
"php": ">=5.6.0"
},
"autoload": {
"classmap": ["src/"]
},
"require-dev": {
"nette/tester": "^2.0"
}
}