{
    "name": "php-flasher/flasher-laravel",
    "description": "Laravel package integrating PHPFlasher into Laravel applications",
    "license": "MIT",
    "type": "library",
    "keywords": [
        "yoeunes",
        "notify",
        "flasher",
        "php",
        "laravel",
        "symfony",
        "Lumen",
        "notifications",
        "messages",
        "alerts",
        "pnotify",
        "toastr ",
        "bundle",
        "flex"
    ],
    "authors": [
        {
            "name": "Younes KHOUBZA",
            "email": "younes.khoubza@gmail.com",
            "homepage": "https://www.linkedin.com/in/younes-khoubza",
            "role": "Developer"
        }
    ],
    "homepage": "https://php-flasher.io",
    "require": {
        "php": ">=5.3",
        "illuminate/support": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
        "php-flasher/flasher": "^1.10.6"
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "Flasher\\Laravel\\": ""
        }
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "aliases": {
                "Flasher": "Flasher\\Laravel\\Facade\\Flasher"
            },
            "providers": [
                "Flasher\\Laravel\\FlasherServiceProvider"
            ]
        }
    }
}
