Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/vendor/phpunit/phpunit/composer.json
{
    "name": "phpunit/phpunit",
    "description": "The PHP Unit Testing framework.",
    "type": "library",
    "keywords": [
        "phpunit",
        "xunit",
        "testing"
    ],
    "homepage": "http://www.phpunit.de/",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Sebastian Bergmann",
            "email": "sebastian@phpunit.de",
            "role": "lead"
        }
    ],
    "support": {
        "issues": "https://github.com/sebastianbergmann/phpunit/issues",
        "irc": "irc://irc.freenode.net/phpunit"
    },
    "require": {
        "php": ">=5.3.3",
        "phpunit/php-file-iterator": ">=1.3.1",
        "phpunit/php-text-template": ">=1.1.1",
        "phpunit/php-code-coverage": ">=1.2.1",
        "phpunit/php-timer": ">=1.0.2",
        "phpunit/phpunit-mock-objects": ">=1.2.0",
        "symfony/yaml": ">=2.1.0",
        "ext-dom": "*",
        "ext-pcre": "*",
        "ext-reflection": "*",
        "ext-spl": "*"
    },
    "suggest": {
        "phpunit/php-invoker": ">=1.1.0",
        "ext-json": "*",
        "ext-simplexml": "*",
        "ext-tokenizer": "*"
    },
    "bin": [
        "composer/bin/phpunit"
    ],
    "config": {
        "bin-dir": "bin"
    },
    "autoload": {
        "classmap": [
            "PHPUnit/"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.7.x-dev"
        }
    },
    "include-path": [
        "",
        "../../symfony/yaml/"
    ]
}