{
    "name": "yoeunes/toastr",
    "license": "MIT",
    "description": "toastr.js flush notifications for Laravel and Lumen",
    "homepage": "https://github.com/yoeunes/toastr",
    "keywords": [
        "toastr",
        "toastr js",
        "notification",
        "laravel",
        "laravel 5",
        "laravel 6",
        "laravel 7",
        "laravel notification",
        "laravel notify",
        "laravel toastr",
        "flush",
        "flush notifications",
        "laravel flush notifications",
        "flush messages",
        "messages",
        "alerts",
        "Lumen",
        "php",
        "yoeunes"
    ],
    "authors": [
        {
            "name": "Younes Khoubza",
            "email": "younes.khoubza@gmail.com",
            "homepage": "https://github.com/yoeunes",
            "role": "Developer"
        }
    ],
    "support": {
        "email": "younes.khoubza@gmail.com",
        "issues": "https://github.com/yoeunes/toastr/issues",
        "source": "https://github.com/yoeunes/toastr",
        "docs": "https://github.com/yoeunes/toastr/README.md"
    },
    "require": {
        "php": ">=7.0",
        "ext-json": "*",
        "illuminate/session": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
        "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
    },
    "autoload": {
        "psr-4": {
            "Yoeunes\\Toastr\\": "src"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "extra": {
        "laravel": {
            "providers": [
                "Yoeunes\\Toastr\\ToastrServiceProvider"
            ],
            "aliases": {
                "Toastr": "Yoeunes\\Toastr\\Facades\\Toastr"
            }
        }
    },
    "config": {
        "sort-packages": true
    }
}
