seeder-migration-issues
This commit is contained in:
22
vendor/davibennun/laravel-push-notification/composer.json
vendored
Normal file
22
vendor/davibennun/laravel-push-notification/composer.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user