Skip to content

Commit

Permalink
Constrain laravel scout to lower than 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matchish authored Apr 21, 2021
1 parent d7d530a commit a782252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.2|^7.3",
"elasticsearch/elasticsearch": ">=7.2",
"laravel/scout": "^8.0",
"laravel/scout": "^8.0 <8.6.1",
"ongr/elasticsearch-dsl": "^7.0",
"roave/better-reflection": "^3.3|^4.3"
},
Expand Down

0 comments on commit a782252

Please sign in to comment.