Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 19, 2019
1 parent b85a046 commit 67d5ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# CHANGELOG

## Unreleased
## 1.0.1 - 2019-08-19

* Make clear that this package needs Laravel 5.8 or higher.
* Update `kreait/firebase-php` to `^4.30.1`
* Require `illuminate/contracts` and `illuminate/support`

## 1.0.0 - 2019-08-17

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Laravel package for the [Firebase PHP Admin SDK](https://github.com/kreait/fir
This package requires Laravel 5.8 and higher.

```bash
composer require kreait/laravel-firebase ^1.0
composer require kreait/laravel-firebase
```

If you don't use package auto-discovery, add the following service provider in `config/app.php`
Expand Down

0 comments on commit 67d5ae8

Please sign in to comment.