HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: drdrivek-71 (1047)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/dnlightw-124/dn.lightweb.kr/vendor/pestphp/pest/composer.json
{
    "name": "pestphp/pest",
    "description": "The elegant PHP Testing Framework.",
    "keywords": [
        "php",
        "framework",
        "pest",
        "unit",
        "test",
        "testing"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Nuno Maduro",
            "email": "enunomaduro@gmail.com"
        }
    ],
    "require": {
        "php": "^8.2.0",
        "brianium/paratest": "^7.8.5",
        "nunomaduro/collision": "^8.8.3",
        "nunomaduro/termwind": "^2.3.3",
        "pestphp/pest-plugin": "^3.0.0",
        "pestphp/pest-plugin-arch": "^3.1.1",
        "pestphp/pest-plugin-mutate": "^3.0.5",
        "phpunit/phpunit": "^11.5.50"
    },
    "conflict": {
        "filp/whoops": "<2.16.0",
        "phpunit/phpunit": ">11.5.50",
        "sebastian/exporter": "<6.0.0",
        "webmozart/assert": "<1.11.0"
    },
    "autoload": {
        "psr-4": {
            "Pest\\": "src/"
        },
        "files": [
            "src/Functions.php",
            "src/Pest.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\Fixtures\\Covers\\": "tests/Fixtures/Covers",
            "Tests\\Fixtures\\Inheritance\\": "tests/Fixtures/Inheritance",
            "Tests\\Fixtures\\Arch\\": "tests/Fixtures/Arch",
            "Tests\\": "tests/PHPUnit/"
        },
        "files": [
            "tests/Autoload.php"
        ]
    },
    "require-dev": {
        "pestphp/pest-dev-tools": "^3.4.0",
        "pestphp/pest-plugin-type-coverage": "^3.6.1",
        "symfony/process": "^7.4.4"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "preferred-install": "dist",
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    },
    "bin": [
        "bin/pest"
    ],
    "scripts": {
        "refacto": "rector",
        "test:unit": "php bin/pest --colors=always --exclude-group=integration --compact",
        "test:inline": "php bin/pest --colors=always --configuration=phpunit.inline.xml",
        "test:parallel": "php bin/pest --colors=always --exclude-group=integration --parallel --processes=3",
        "test:integration": "php bin/pest --colors=always --group=integration -v",
        "update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always --update-snapshots",
        "test": [
            "@test:unit",
            "@test:parallel",
            "@test:integration"
        ]
    },
    "extra": {
        "pest": {
            "plugins": [
                "Pest\\Mutate\\Plugins\\Mutate",
                "Pest\\Plugins\\Configuration",
                "Pest\\Plugins\\Bail",
                "Pest\\Plugins\\Cache",
                "Pest\\Plugins\\Coverage",
                "Pest\\Plugins\\Init",
                "Pest\\Plugins\\Environment",
                "Pest\\Plugins\\Help",
                "Pest\\Plugins\\Memory",
                "Pest\\Plugins\\Only",
                "Pest\\Plugins\\Printer",
                "Pest\\Plugins\\ProcessIsolation",
                "Pest\\Plugins\\Profile",
                "Pest\\Plugins\\Retry",
                "Pest\\Plugins\\Snapshot",
                "Pest\\Plugins\\Verbose",
                "Pest\\Plugins\\Version",
                "Pest\\Plugins\\Parallel"
            ]
        },
        "phpstan": {
            "includes": [
                "extension.neon"
            ]
        }
    }
}