| {
	"require" : {
		"php" : ">=5.4",
		"nkey/phpGenerics" : "1.1.*@dev",
		"psr/log" : "1.0"
	},
	"require-dev" : {
		"phpunit/phpunit" : "4.6.6",
		"phpunit/dbunit" : "1.3.2",
		"squizlabs/php_codesniffer" : "2.3.2",
		"phploc/phploc" : "2.1.1",
		"pdepend/pdepend" : "2.0.6",
		"phpmd/phpmd" : "2.2.2",
		"sebastian/phpcpd" : "2.0.2",
		"theseer/phpdox" : "0.8.0",
		"satooshi/php-coveralls" : "dev-master"
	},
	"keywords" : [
		"Git SCM Provider"
	],
	"authors" : [{
			"name" : "Maik Greubel",
			"email" : "[email protected] ",
			"homepage" : "https://www.nkey.de",
			"role" : "Maintainer"
		}
	],
	"support" : {
		"email" : "[email protected] ",
		"source" : "https://github.com/maikgreubel/phpgitprovider",
		"issues" : "https://github.com/maikgreubel/phpgitprovider/issues",
		"wiki" : "https://github.com/maikgreubel/phpgitprovider/wiki"
	},
	"autoload" : {
		"psr-4" : {
			"Nkey\\GitProvider\\" : "src"
		}
	},
	"autoload-dev" : {
	    "psr-4" : {
            "Nkey\\GitProvider\\Tests\\" : "tests/provider-tests"
	    }
	},
	"name" : "nkey/gitprovider",
	"type" : "library",
	"description" : "Provider for Git SCM",
	"license" : "BSD-2-Clause"
}
 |