Skip to content

Commit 0e16efc

Browse files
Merge pull request #36 from keithbrink/patch-1
Support for Laravel 8
2 parents 8e93c22 + 54b92d3 commit 0e16efc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
],
2525
"require": {
2626
"php": "^7.2",
27-
"illuminate/contracts": "~6.0|~7.0",
28-
"illuminate/database": "~6.0|~7.0",
29-
"illuminate/support": "~6.0|~7.0",
27+
"illuminate/contracts": "~6.0|~7.0|~8.0",
28+
"illuminate/database": "~6.0|~7.0|~8.0",
29+
"illuminate/support": "~6.0|~7.0|~8.0",
3030
"laravel/scout": "~8.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)