{
    "name": "davibennun/laravel-push-notification",
    "description": "Laravel package to send push notifications to mobile devices (apns, gcm)",
    "keywords": ["apns","gcm","push","notification", "laravel"],
    "authors": [
        {
            "name": "DaviBenNun",
            "email": "davi@andradenunes.org"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "illuminate/support": "5.*",
        "sly/notification-pusher": "2.*"
    },
    "autoload": {
        "psr-0": {
            "Davibennun\\LaravelPushNotification": "src/"
        }
    },
    "minimum-stability": "dev",
    "extra": {
        "laravel": {
            "providers": [
                "Davibennun\\LaravelPushNotification\\LaravelPushNotificationServiceProvider"
            ],
            "aliases": {
                "PushNotification": "Davibennun\\LaravelPushNotification\\Facades\\PushNotification"
            }
        }
    }
}
