Files
faveo/vendor/davibennun/laravel-push-notification/composer.json
Sujit Prasad ffa56a43cb update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
2016-08-03 20:04:36 +05:30

23 lines
610 B
JSON

{
"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"
}