Skip to content

Commit 73808ac

Browse files
crynobonejeromegamez
authored andcommitted
Add support for Laravel/Lumen 7
1 parent 80029b1 commit 73808ac

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## Unreleased
4+
5+
* Added support for Laravel/Lumen `^7.0`
6+
37
## 1.4.0 - 2020-02-22
48

59
* Updated `kreait/firebase-php` to `^4.40.0`

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
],
1313
"require": {
1414
"kreait/firebase-php": "^4.40.0",
15-
"illuminate/contracts": "^5.8|^6.0",
16-
"illuminate/support": "^5.8|^6.0"
15+
"illuminate/contracts": "^5.8|^6.0|^7.0",
16+
"illuminate/support": "^5.8|^6.0|^7.0"
1717
},
1818
"require-dev": {
19-
"laravel/lumen-framework": "^5.8|^6.0"
19+
"laravel/lumen-framework": "^5.8|^6.0|^7.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)