This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
1.8.0
- 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 onBaseResponse
class and addgetRetryAfterHeaderValue
function (#20) by @quyle92 - Improve the
ServerResponseException
class