{
    "name": "filament/notifications",
    "description": "Effortlessly build TALL-powered notifications.",
    "license": "MIT",
    "homepage": "https://github.com/filamentphp/filament",
    "support": {
        "issues": "https://github.com/filamentphp/filament/issues",
        "source": "https://github.com/filamentphp/filament"
    },
    "require": {
        "php": "^8.0",
        "blade-ui-kit/blade-heroicons": "^1.2",
        "filament/support": "self.version",
        "illuminate/contracts": "^8.6|^9.0|^10.0",
        "illuminate/filesystem": "^8.6|^9.0|^10.0",
        "illuminate/notifications": "^8.6|^9.0|^10.0",
        "illuminate/support": "^8.6|^9.0|^10.0",
        "livewire/livewire": "^2.10.7",
        "spatie/laravel-package-tools": "^1.9"
    },
    "autoload": {
        "psr-4": {
            "Filament\\Notifications\\": "src"
        },
        "files": [
            "src/Testing/Autoload.php"
        ]
    },
    "extra": {
        "laravel": {
            "providers": [
                "Filament\\Notifications\\NotificationsServiceProvider"
            ]
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
