{
    "name": "diogogpinto/filament-auth-ui-enhancer",
    "description": "This Filament plugin empowers you to transform your auth pages with ease, allowing you to make them truly stand out. It offers a flexible alternative to the default auth pages in the Filament Panels package.",
    "keywords": [
        "diogogpinto",
        "laravel",
        "filament-auth-ui-enhancer",
        "filament",
        "filament-plugin"
    ],
    "homepage": "https://github.com/diogogpinto/filament-auth-ui-enhancer",
    "support": {
        "issues": "https://github.com/diogogpinto/filament-auth-ui-enhancer/issues",
        "source": "https://github.com/diogogpinto/filament-auth-ui-enhancer"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Diogo Pinto",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.2",
        "filament/filament": "^4.0 | ^5.0",
        "spatie/laravel-package-tools": "^1.15"
    },
    "require-dev": {
        "laravel/pint": "^1.0",
        "orchestra/testbench": "^9.0|^10.0",
        "pestphp/pest": "^3.7",
        "pestphp/pest-plugin-laravel": "^3.0",
        "pestphp/pest-plugin-livewire": "^3.0"
    },
    "autoload": {
        "psr-4": {
            "DiogoGPinto\\AuthUIEnhancer\\": "src/",
            "DiogoGPinto\\AuthUIEnhancer\\Database\\Factories\\": "database/factories/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "DiogoGPinto\\AuthUIEnhancer\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
        "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": [
                "DiogoGPinto\\AuthUIEnhancer\\AuthUIEnhancerServiceProvider"
            ],
            "aliases": {
                "AuthUIEnhancer": "DiogoGPinto\\AuthUIEnhancer\\Facades\\AuthUIEnhancer"
            }
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
