GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: /var/www/admin.fixgini.com/vendor/pestphp/pest-plugin-laravel/composer.json
{
    "name": "pestphp/pest-plugin-laravel",
    "description": "The Pest Laravel Plugin",
    "keywords": [
        "php",
        "framework",
        "pest",
        "unit",
        "test",
        "testing",
        "laravel"
    ],
    "license": "MIT",
    "require": {
        "php": "^8.2.0",
        "laravel/framework": "^11.39.1|^12.0.0",
        "pestphp/pest": "^3.7.4"
    },
    "autoload": {
        "psr-4": {
            "Pest\\Laravel\\": "src/"
        },
        "files": [
            "src/Autoload.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "require-dev": {
        "laravel/dusk": "^8.2.13|dev-develop",
        "orchestra/testbench": "^9.9.0|^10.0.0",
        "pestphp/pest-dev-tools": "^3.3.0"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "preferred-install": "dist",
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Pest\\Laravel\\PestServiceProvider"
            ]
        },
        "pest": {
            "plugins": [
                "Pest\\Laravel\\Plugin"
            ]
        }
    },
    "scripts": {
        "lint": "pint",
        "test:lint": "pint --test",
        "test:unit": "pest --colors=always --exclude-group=options",
        "test:unit:options": "pest --colors=always --group=options --without-exception-handling --without-deprecation-handling",
        "test": [
            "@test:lint",
            "@test:unit",
            "@test:unit:options"
        ]
    }
}