{
    "name": "jeffgreco13/filament-breezy",
    "description": "A custom package for Filament with login flow, profile and teams support.",
    "keywords": [
        "jeffgreco13",
        "laravel",
        "filament-breezy"
    ],
    "homepage": "https://github.com/jeffgreco13/filament-breezy",
    "license": "MIT",
    "authors": [
        {
            "name": "Jeff Greco",
            "email": "jeff@jeffpgreco.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.1",
        "bacon/bacon-qr-code": "^3.0",
        "filament/filament": "^3.0.9",
        "illuminate/contracts": "^10.0|^11.0",
        "pragmarx/google2fa": "^7.0|^8.0",
        "spatie/laravel-package-tools": "^1.14.0"
    },
    "require-dev": {
        "laravel/pint": "^1.0",
        "nunomaduro/collision": "^7.9",
        "larastan/larastan": "^2.0.1",
        "orchestra/testbench": "^8.8",
        "pestphp/pest": "^2.20",
        "pestphp/pest-plugin-arch": "^2.0",
        "pestphp/pest-plugin-laravel": "^2.0",
        "pestphp/pest-plugin-livewire": "^2.1",
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan-deprecation-rules": "^1.0",
        "phpstan/phpstan-phpunit": "^1.0",
        "spatie/laravel-ray": "^1.26"
    },
    "autoload": {
        "psr-4": {
            "Jeffgreco13\\FilamentBreezy\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Jeffgreco13\\FilamentBreezy\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-autoload-dump": "@composer run prepare",
        "clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
        "prepare": "@php vendor/bin/testbench package:discover --ansi",
        "build": [
            "@composer run prepare",
            "@php vendor/bin/testbench workbench:build --ansi"
        ],
        "start": [
            "Composer\\Config::disableProcessTimeout",
            "@composer run build",
            "@php vendor/bin/testbench serve"
        ],
        "analyse": "vendor/bin/phpstan analyse",
        "test": "vendor/bin/pest",
        "test-coverage": "vendor/bin/pest --coverage",
        "format": "vendor/bin/pint"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "phpstan/extension-installer": true
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Jeffgreco13\\FilamentBreezy\\FilamentBreezyServiceProvider"
            ],
            "aliases": {
                "FilamentBreezy": "Jeffgreco13\\FilamentBreezy\\Facades\\FilamentBreezy"
            }
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
