{
    "name": "laravel/laravel",
    "type": "project",
    "description": "The Laravel Framework.",
    "keywords": [
        "framework",
        "laravel"
    ],
    "license": "MIT",
    "require": {
        "php": "^8.3",
        "anhskohbo/no-captcha": "^3.7",
        "aws/aws-sdk-php": "^3.356",
        "barryvdh/laravel-dompdf": "^3.1",
        "cerbero/json-parser": "^1.1",
        "doctrine/dbal": "^4.0",
        "facebook/php-business-sdk": "*",
        "guzzlehttp/guzzle": "^7.2",
        "http-interop/http-factory-guzzle": "^1.2",
        "kyslik/column-sortable": "^8.0",
        "laravel/cashier": "^16.0",
        "laravel/framework": "^13.0",
        "laravel/mcp": "^1.0@beta",
        "laravel/sanctum": "^4.0",
        "laravel/tinker": "^3.0",
        "laravel/ui": "^4.6",
        "league/csv": "^9.20",
        "league/oauth2-client": "^2.8",
        "maatwebsite/excel": "^4.0",
        "markrogoyski/math-php": "2.9.0",
        "microsoft/microsoft-graph": "^2.36",
        "plesk/ext-laravel-integration": "^8.0",
        "predis/predis": "^2.2",
        "shuchkin/simplexlsx": "^1.1",
        "symfony/browser-kit": "^7.0",
        "symfony/dom-crawler": "^7.0",
        "symfony/http-client": "^7.0",
        "symfony/process": "^7.0"
    },
    "require-dev": {
        "barryvdh/laravel-debugbar": "^4.0",
        "barryvdh/laravel-ide-helper": "^3.7",
        "fakerphp/faker": "^1.9.1",
        "larastan/larastan": "^3.0",
        "laravel/dusk": "^8.3",
        "laravel/pint": "^1.13",
        "laravel/sail": "^1.18",
        "mockery/mockery": "^1.4.4",
        "nunomaduro/collision": "^8.1",
        "spatie/laravel-ignition": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        }
    },
    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi",
            "@php -r \"if (is_dir('.git') && is_dir('.husky')) { shell_exec('git config core.hooksPath .husky'); }\""
        ],
        "post-update-cmd": [
            "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
        ],
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi"
        ],
        "pint": [
            "./vendor/bin/pint"
        ],
        "pint-test": [
            "./vendor/bin/pint --test"
        ],
        "analyse": [
            "@php -d memory_limit=1G vendor/bin/phpstan analyse --no-progress"
        ],
        "lint": [
            "@php -d memory_limit=1G vendor/bin/phpstan analyse --no-progress"
        ],
        "check": [
            "@pint-test",
            "@analyse"
        ],
        "post-install-cmd": [
            "@php -r \"if (is_dir('.git') && is_dir('.husky')) { shell_exec('git config core.hooksPath .husky'); }\""
        ]
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true,
            "tbachert/spi": true
        },
        "platform": {
            "php": "8.3.23"
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
