{
    "name": "brianium/paratest",
    "type": "library",
    "description": "Parallel testing for PHP",
    "keywords": [
        "testing",
        "PHPUnit",
        "concurrent",
        "parallel"
    ],
    "homepage": "https://github.com/paratestphp/paratest",
    "license": "MIT",
    "authors": [
        {
            "name": "Brian Scaturro",
            "email": "scaturrob@gmail.com",
            "role": "Developer"
        },
        {
            "name": "Filippo Tessarotto",
            "email": "zoeslam@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^7.3 || ^8.0",
        "ext-dom": "*",
        "ext-pcre": "*",
        "ext-reflection": "*",
        "ext-simplexml": "*",
        "phpunit/php-code-coverage": "^9.2.9",
        "phpunit/php-file-iterator": "^3.0.5",
        "phpunit/php-timer": "^5.0.3",
        "phpunit/phpunit": "^9.5.10",
        "sebastian/environment": "^5.1.3",
        "symfony/console": "^5.4.0 || ^6.0.0",
        "symfony/process": "^5.4.0 || ^6.0.0"
    },
    "require-dev": {
        "ext-posix": "*",
        "doctrine/coding-standard": "^9.0.0",
        "ekino/phpstan-banned-code": "^0.5.0",
        "ergebnis/phpstan-rules": "^0.15.3",
        "infection/infection": "^0.25.3",
        "malukenho/mcbumpface": "^1.1.5",
        "phpstan/phpstan": "^0.12.99",
        "phpstan/phpstan-deprecation-rules": "^0.12.6",
        "phpstan/phpstan-phpunit": "^0.12.22",
        "phpstan/phpstan-strict-rules": "^0.12.11",
        "squizlabs/php_codesniffer": "^3.6.1",
        "symfony/filesystem": "^v5.4.0",
        "thecodingmachine/phpstan-strict-rules": "^v0.12.2",
        "vimeo/psalm": "^4.13.1"
    },
    "autoload": {
        "psr-4": {
            "ParaTest\\": [
                "src/"
            ]
        }
    },
    "autoload-dev": {
        "psr-4": {
            "ParaTest\\Tests\\": "test/"
        }
    },
    "bin": [
        "bin/paratest"
    ],
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/Slamdunk"
        },
        {
            "type": "paypal",
            "url": "https://paypal.me/filippotessarotto"
        }
    ]
}
