{
    "name": "mckenziearts/laravel-notify",
    "description": "Flexible flash notifications for Laravel",
    "keywords": [
        "Laravel",
        "laravel-notify",
        "notification"
    ],
    "license": "MIT",
    "support": {
        "issues": "https://github.com/mckenziearts/laravel-notify/issues",
        "source": "https://github.com/mckenziearts/laravel-notify"
    },
    "authors": [
        {
            "name": "Arthur Monney",
            "email": "monneylobe@gmail.com"
        }
    ],
    "require": {
        "php": "~8.0",
        "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
    },
    "require-dev": {
        "mockery/mockery": "^1.0",
        "phpunit/phpunit": "^8.0|^9.0|^10.5",
        "laravel/pint": "^1.6"
    },
    "autoload": {
        "psr-4": {
            "Mckenziearts\\Notify\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "extra": {
        "laravel": {
            "providers": [
                "Mckenziearts\\Notify\\LaravelNotifyServiceProvider"
            ],
            "aliases": {
                "Notify": "Mckenziearts\\Notify\\Facades\\LaravelNotify"
            }
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
