Skip to content

Commit

Permalink
Allow install with Laravel 7
Browse files Browse the repository at this point in the history
Pending support from kreait/laravel-firebase.

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 10, 2020
1 parent 5c52165 commit cc8855d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"require": {
"php": ">=7.2",
"kreait/laravel-firebase": "^1.2",
"illuminate/notifications": "^6.0",
"illuminate/support": "^6.5.2"
"illuminate/notifications": "^6.0 || ^7.0",
"illuminate/support": "^6.5.2 || ^7.0"
},
"require-dev": {
"orchestra/testbench": "^4.0.1"
"orchestra/testbench": "^4.0.1 || ^5.0"
},
"scripts": {
"test": [
Expand Down

0 comments on commit cc8855d

Please sign in to comment.