Skip to content

Commit

Permalink
Fix Laravel 7 support (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebuso authored Mar 6, 2020
1 parent c18feae commit 225f63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": ">=7.1.3",
"guzzlehttp/guzzle": "^6.2",
"illuminate/notifications": "~5.6 || ~6.0 || ~7.0",
"illuminate/support": "~5.6 || ~6.0",
"illuminate/support": "~5.6 || ~6.0 || ~7.0",
"kreait/laravel-firebase": "^1.3",
"spatie/enum": "^2.3"
},
Expand Down

0 comments on commit 225f63b

Please sign in to comment.