Skip to content

Commit a4b5b52

Browse files
authored
Merge pull request #88 from faustbrian/patch-1
allow laravel 8
2 parents 486eb02 + 96efa0a commit a4b5b52

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
@@ -22,8 +22,8 @@
2222
"php": ">=7.1",
2323
"ext-json": "*",
2424
"guzzlehttp/guzzle": "^6.2 || ^7.0",
25-
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0",
26-
"illuminate/support": "^5.5 || ^6.0 || ^7.0"
25+
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0",
26+
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.3",

0 commit comments

Comments
 (0)