richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

Updates for new Buzz lib and PSR-7 requests & responses #168

Open NoelLH opened 6 years ago

NoelLH commented 6 years ago

Fixes https://github.com/richsage/RMSPushNotificationsBundle/issues/167

NoelLH commented 6 years ago

@richsage I see that Buzz now also require PHP 7.1+. While this is a bit aggressive they had also already moved to 5.4+ previously so the requirements were already out of sync. For now I'm going to propose moving this lib to PHP 7.1+ in this PR too, since supporting both old & new Buzz versions in the same branch would require a lot of duplicate logic.