We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85a046 commit 67d5ae8Copy full SHA for 67d5ae8
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# CHANGELOG
2
3
-## Unreleased
+## 1.0.1 - 2019-08-19
4
5
* 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`
8
9
## 1.0.0 - 2019-08-17
10
README.md
@@ -17,7 +17,7 @@ A Laravel package for the [Firebase PHP Admin SDK](https://github.com/kreait/fir
17
This package requires Laravel 5.8 and higher.
18
19
```bash
20
-composer require kreait/laravel-firebase ^1.0
+composer require kreait/laravel-firebase
21
```
22
23
If you don't use package auto-discovery, add the following service provider in `config/app.php`
0 commit comments