{
    "name": "brianium/paratest",
    "description": "Parallel testing for PHP",
    "license": "MIT",
    "type": "library",
    "keywords": [
        "testing",
        "PHPUnit",
        "concurrent",
        "parallel"
    ],
    "authors": [
        {
            "name": "Brian Scaturro",
            "email": "scaturrob@gmail.com",
            "role": "Developer"
        },
        {
            "name": "Filippo Tessarotto",
            "email": "zoeslam@gmail.com",
            "role": "Developer"
        }
    ],
    "homepage": "https://github.com/paratestphp/paratest",
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/Slamdunk"
        },
        {
            "type": "paypal",
            "url": "https://paypal.me/filippotessarotto"
        }
    ],
    "require": {
        "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
        "ext-dom": "*",
        "ext-pcre": "*",
        "ext-reflection": "*",
        "ext-simplexml": "*",
        "fidry/cpu-core-counter": "^1.3.0",
        "jean85/pretty-package-versions": "^2.1.1",
        "phpunit/php-code-coverage": "^11.0.12",
        "phpunit/php-file-iterator": "^5.1.0",
        "phpunit/php-timer": "^7.0.1",
        "phpunit/phpunit": "^11.5.46",
        "sebastian/environment": "^7.2.1",
        "symfony/console": "^6.4.22 || ^7.3.4 || ^8.0.3",
        "symfony/process": "^6.4.20 || ^7.3.4 || ^8.0.3"
    },
    "require-dev": {
        "ext-pcov": "*",
        "ext-posix": "*",
        "doctrine/coding-standard": "^12.0.0",
        "phpstan/phpstan": "^2.1.33",
        "phpstan/phpstan-deprecation-rules": "^2.0.3",
        "phpstan/phpstan-phpunit": "^2.0.11",
        "phpstan/phpstan-strict-rules": "^2.0.7",
        "squizlabs/php_codesniffer": "^3.13.5",
        "symfony/filesystem": "^6.4.13 || ^7.3.2 || ^8.0.1"
    },
    "autoload": {
        "psr-4": {
            "ParaTest\\": [
                "src/"
            ]
        }
    },
    "autoload-dev": {
        "psr-4": {
            "ParaTest\\Tests\\": "test/"
        }
    },
    "bin": [
        "bin/paratest",
        "bin/paratest_for_phpstorm"
    ],
    "config": {
        "allow-plugins": {
            "composer/package-versions-deprecated": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "infection/extension-installer": true
        },
        "sort-packages": true
    }
}
