{
    "$schema": "https://getcomposer.org/schema.json",
    "name": "laravel/laravel",
    "type": "project",
    "description": "The skeleton application for the Laravel framework.",
    "keywords": [
        "laravel",
        "framework"
    ],
    "license": "MIT",
    "require": {
        "php": "^8.3",
        "laravel/framework": "^13.8",
        "laravel/tinker": "^3.0",
        "lbuchs/webauthn": "2.2.0",
        "phpoffice/phpspreadsheet": "^5.9",
        "setasign/fpdi": "2.6.8",
        "symfony/html-sanitizer": "^8.1",
        "tecnickcom/tcpdf": "6.9.4"
    },
    "require-dev": {
        "fakerphp/faker": "^1.23",
        "larastan/larastan": "^3.10",
        "laravel/breeze": "^2.4",
        "laravel/pail": "^1.2.5",
        "laravel/pao": "^1.0.6",
        "laravel/pint": "^1.27",
        "mockery/mockery": "^1.6",
        "nunomaduro/collision": "^8.6",
        "phpunit/phpunit": "^12.5.12"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "setup": [
            "composer install",
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
            "@php artisan key:generate",
            "@php artisan migrate --force",
            "npm install --ignore-scripts",
            "npm run build"
        ],
        "dev": [
            "Composer\\Config::disableProcessTimeout",
            "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1 --timeout=0\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite --kill-others"
        ],
        "test": [
            "@php artisan config:clear --ansi @no_additional_args",
            "@php artisan test"
        ],
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi"
        ],
        "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",
            "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
            "@php artisan migrate --graceful --ansi"
        ],
        "pre-package-uninstall": [
            "Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"
        ]
    },
    "extra": {
        "laravel": {
            "dont-discover": []
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "setasign/fpdi",
                "version": "2.6.8",
                "type": "library",
                "dist": {
                    "url": "https://github.com/Setasign/FPDI/archive/refs/tags/v2.6.8.zip",
                    "type": "zip"
                },
                "license": "MIT",
                "autoload": {
                    "psr-4": {
                        "setasign\\Fpdi\\": "src/"
                    }
                },
                "require": {
                    "php": "^7.1 || ^8.0",
                    "ext-zlib": "*"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "tecnickcom/tcpdf",
                "version": "6.9.4",
                "type": "library",
                "dist": {
                    "url": "https://github.com/tecnickcom/TCPDF/archive/refs/tags/6.9.4.zip",
                    "type": "zip"
                },
                "license": "LGPL-3.0-or-later",
                "autoload": {
                    "classmap": [
                        "config",
                        "include",
                        "tcpdf.php",
                        "tcpdf_barcodes_1d.php",
                        "tcpdf_barcodes_2d.php",
                        "include/tcpdf_colors.php",
                        "include/tcpdf_filters.php",
                        "include/tcpdf_font_data.php",
                        "include/tcpdf_fonts.php",
                        "include/tcpdf_images.php",
                        "include/tcpdf_static.php",
                        "include/barcodes/datamatrix.php",
                        "include/barcodes/pdf417.php",
                        "include/barcodes/qrcode.php"
                    ]
                },
                "require": {
                    "php": ">=5.5.0"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "lbuchs/webauthn",
                "version": "2.2.0",
                "type": "library",
                "dist": {
                    "url": "https://github.com/lbuchs/WebAuthn/archive/refs/tags/v2.2.0.zip",
                    "type": "zip"
                },
                "license": "MIT",
                "autoload": {
                    "psr-4": {
                        "lbuchs\\WebAuthn\\": "src/"
                    }
                },
                "require": {
                    "php": ">=8.0.0"
                }
            }
        }
    ]
}
