{
    "name": "parallax/filament-comments",
    "description": "Add comments to your Filament Resources.",
    "keywords": [
        "parallax",
        "laravel",
        "filament-comments"
    ],
    "homepage": "https://github.com/parallax/filament-comments",
    "support": {
        "issues": "https://github.com/parallax/filament-comments/issues",
        "source": "https://github.com/parallax/filament-comments"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Parallax",
            "email": "luke@parall.ax",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.1",
        "filament/filament": "^3.0",
        "spatie/laravel-package-tools": "^1.15.0",
        "illuminate/contracts": "^10.0 | ^11.0 | ^12.0"
    },
    "autoload": {
        "psr-4": {
            "Parallax\\FilamentComments\\": "src/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Parallax\\FilamentComments\\FilamentCommentsServiceProvider"
            ]
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
