{
    "name": "semantechs/notification",
    "description": "Notification agent to handle all kind of notification with pusher",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Semantechs\\Notification\\": "src/"
        }
    },
    "authors": [
        {
            "name": "M. Taha Ahmad",
            "email": "tahaahmad929@gmail.com"
        }
    ],
    "require": {
        "kreait/laravel-firebase": "^5.9",
        "pusher/pusher-php-server": "^7.2"
    }
}
