Skip to content

Commit ea0b087

Browse files
Merge pull request #22 from bastien-phi/scout-5.0
Support laravel/scout 5.0
2 parents 311567b + b42e11e commit ea0b087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"minimum-stability": "stable",
2121
"require": {
22-
"laravel/scout": "^3.0.5 || ~4.0"
22+
"laravel/scout": "3.0.5 || ~4.0 || ~5.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)