PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Maik Greubel   PHP Git Library Provider   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Composer control file
Class: PHP Git Library Provider
Manipulate Git repositories using the git command
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 1,152 bytes
 

Contents

Class file image Download
{ "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" : "greubel@nkey.de", "homepage" : "https://www.nkey.de", "role" : "Maintainer" } ], "support" : { "email" : "greubel@nkey.de", "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" }