Skip to content

Commit b8667f2

Browse files
authored
Added support for Laravel 8
2 parents 91436fa + 957643b commit b8667f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"require": {
1111
"php": "^7.2",
1212
"laravel/scout": "8.*",
13-
"illuminate/database": "^6.0|^7.0",
14-
"illuminate/support": "^6.0|^7.0"
13+
"illuminate/database": "^6.0|^7.0|^8.0",
14+
"illuminate/support": "^6.0|^7.0|^8.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^8.0",
@@ -35,4 +35,4 @@
3535
}
3636
},
3737
"prefer-stable": true
38-
}
38+
}

0 commit comments

Comments
 (0)