Skip to content

Commit f6789f3

Browse files
committed
Update PHP SDK dependency to latest version
1 parent 3213acc commit f6789f3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
* Updated `kreait/firebase-php` to `^4.40.0`
56
* A relative path to a credentials file is now resolved with `base_path()` to address issues on Windows systems [#7](https://github.com/kreait/laravel-firebase/issues/7)
67

78
## 1.3.0 - 2020-01-15

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
A Laravel package for the [Firebase PHP Admin SDK](https://github.com/kreait/firebase-php).
44

55
[![Current version](https://img.shields.io/packagist/v/kreait/laravel-firebase.svg?logo=composer)](https://packagist.org/packages/kreait/laravel-firebase)
6-
[![Firebase Admin SDK version](https://img.shields.io/badge/Firebase%20Admin%20SDK-%5E4.35.0-blue)](https://packagist.org/packages/kreait/firebase-php)
7-
![Supported Laravel versions](https://img.shields.io/badge/Laravel-%3E%3D5.8-blue)
8-
![Supported Lumen versions](https://img.shields.io/badge/Lumen-%3E%3D5.8-blue)
96
[![Discord](https://img.shields.io/discord/523866370778333184.svg?color=7289da&logo=discord)](https://discord.gg/nbgVfty)
107

118
* [Installation](#installation)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"kreait/firebase-php": "^4.38.1",
14+
"kreait/firebase-php": "^4.40.0",
1515
"illuminate/contracts": "^5.8|^6.0",
1616
"illuminate/support": "^5.8|^6.0"
1717
},

0 commit comments

Comments
 (0)