Skip to content

Commit 67d5ae8

Browse files
committed
Release 1.0.1
1 parent b85a046 commit 67d5ae8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 1.0.1 - 2019-08-19
44

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

79
## 1.0.0 - 2019-08-17
810

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A Laravel package for the [Firebase PHP Admin SDK](https://github.com/kreait/fir
1717
This package requires Laravel 5.8 and higher.
1818

1919
```bash
20-
composer require kreait/laravel-firebase ^1.0
20+
composer require kreait/laravel-firebase
2121
```
2222

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

0 commit comments

Comments
 (0)