23 lines
608 B
JSON
23 lines
608 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": "^8.0",
|
|
"illuminate/support": "9.*",
|
|
"sly/notification-pusher": "2.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Davibennun\\LaravelPushNotification": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|