Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 69d677784a9a0e2feee8a90ef8bac534 > files > 3

php-gitter-0.3.0-1.fc20.noarch.rpm

{
    "name": "klaussilveira/gitter",
    "description": "Gitter allows you to interact in an object oriented manner with Git repositories.",
    "keywords": ["git", "vcs"],
    "homepage": "https://github.com/klaussilveira/gitter",
    "type": "library",
    "license": "BSD-2-Clause",
    "authors": [
        {
            "name": "Klaus Silveira",
            "email": "klaussilveira@php.net",
            "homepage": "http://www.klaussilveira.com/",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "symfony/process": ">=2.2"
    },
    "require-dev": {
        "symfony/filesystem": ">=2.2",
        "phpunit/phpunit": ">=3.7.1",
        "mockery/mockery": "0.9.1"
    },
    "minimum-stability": "stable",
    "autoload": {
        "psr-0": {
            "Gitter": "lib/"
        }
    }
}