RMSPushNotificationsBundle icon indicating copy to clipboard operation
RMSPushNotificationsBundle copied to clipboard

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

Open NoelLH opened this issue 6 years ago • 1 comments

  • Updates to work with Buzz v0.17+, PSR-7 requests & responses, and middleware over listeners
  • Specify more explicit dependency versions
  • Minor tidying

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

NoelLH avatar Apr 05 '18 08:04 NoelLH

@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.

NoelLH avatar Apr 05 '18 08:04 NoelLH