davibennun / laravel-push-notification

Laravel package to enable sending push notifications to devices
1.23k stars 259 forks source link

Update to support the latest "sly/notification-pusher" #179

Open calebsmithdev opened 7 years ago

calebsmithdev commented 7 years ago

Composer update pushed sly/notification-pusher to a version that was not pushing the $responseData variable and threw a sightwide error for me. Had to downgrade to "sly/notification-pusher": "2.2.13" for the time being.

dvdhoek commented 7 years ago

I have the same issue here.