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 80029b1 commit 73808acCopy full SHA for 73808ac
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## Unreleased
4
+
5
+* Added support for Laravel/Lumen `^7.0`
6
7
## 1.4.0 - 2020-02-22
8
9
* Updated `kreait/firebase-php` to `^4.40.0`
composer.json
@@ -12,11 +12,11 @@
12
],
13
"require": {
14
"kreait/firebase-php": "^4.40.0",
15
- "illuminate/contracts": "^5.8|^6.0",
16
- "illuminate/support": "^5.8|^6.0"
+ "illuminate/contracts": "^5.8|^6.0|^7.0",
+ "illuminate/support": "^5.8|^6.0|^7.0"
17
},
18
"require-dev": {
19
- "laravel/lumen-framework": "^5.8|^6.0"
+ "laravel/lumen-framework": "^5.8|^6.0|^7.0"
20
21
"autoload": {
22
"psr-4": {
0 commit comments