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

Commit

Permalink
chore: release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 10, 2022
1 parent 3256dc4 commit 9021466
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [v1.x.x] - YYYY-MM-DD

## [v1.7.0] - 2022-03-11

- Make topics more extendable and fix topicsToFcm
- Support laravel `9`
- Drop support for Laravel `5.{1,2,3,4,5}`
- Set the minium PHP version allowed to `7.1.3` like Laravel `5.6`
- Improve phpdoc blocs for easier phpstan analysis

## [v1.6.2] - 2021-04-03

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
- PHP `7.1.3` to `8.1.3`
- Laravel `5.6` to `9`

### Legacy

- PHP `^5.5.9` and Laravel `5.{1,2,3,4,5}` can still be used with old `1.6` versions by using `"code-lts/laravel-fcm": "1.6.*"`

## Introduction

Laravel-FCM is an easy to use package working with both Laravel and Lumen for sending push notification with [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/) (FCM).
Expand Down

0 comments on commit 9021466

Please sign in to comment.