Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

1.8.0

Compare
Choose a tag to compare
@williamdes williamdes released this 16 Jan 12:20
· 22 commits to main since this release
1.8.0
fbe3759
  • Support Laravel 10
  • Allow monolog/monolog ^3.2
  • Composer archive exclude /tests and /phpunit.xml
  • Enable multiple FCM account support by adding new optional parameters $serverKey, $senderId to some top functions (#21) by @anujgandhi
  • Implement retryAfter protected property on BaseResponse class and add getRetryAfterHeaderValue function (#20) by @quyle92
  • Improve the ServerResponseException class