Skip to content

Commit 3843c5d

Browse files
committed
Add elastic search client 7.x support and drop 5.x as there are dependancy problems..
1 parent 8f202f8 commit 3843c5d

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
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.2|^8.0",
1414
"laravel/scout": "^8.0|^9.0",
15-
"elasticsearch/elasticsearch": "^5.0|^6.0"
15+
"elasticsearch/elasticsearch": "^6.8|^7.0"
1616
},
1717
"require-dev": {
1818
"mockery/mockery": "~1.3.3",

0 commit comments

Comments
 (0)