Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 03a4283

Browse files
authored
Merge pull request #299 from AegirLeet/elasticsearch-7.4.1
Allow elasticsearch/elasticsearch >= 7.4.1
2 parents 9095b89 + aca0ddb commit 03a4283

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
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^7.1.3",
25-
"elasticsearch/elasticsearch": "7.3.*",
25+
"elasticsearch/elasticsearch": "^7.0 !=7.4.0",
2626
"laravel/scout": "^7.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)