Skip to content

Commit e19d2c1

Browse files
author
henrydennis-sonin
authored
Added Laravel 8.x support (#55)
1 parent c23c716 commit e19d2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": ">=7.1.3",
1616
"guzzlehttp/guzzle": "^6.2 || ^7.0",
17-
"illuminate/notifications": "~5.6 || ~6.0 || ~7.0",
18-
"illuminate/support": "~5.6 || ~6.0 || ~7.0",
17+
"illuminate/notifications": "~5.6 || ~6.0 || ~7.0 || ~8.0",
18+
"illuminate/support": "~5.6 || ~6.0 || ~7.0 || ~8.0",
1919
"kreait/laravel-firebase": "^1.3 || ^2.1",
2020
"spatie/enum": "^2.3 || ^3.0"
2121
},

0 commit comments

Comments
 (0)