Skip to content

Commit c2272bb

Browse files
authored
Merge pull request #80 from imikemiller/v6_support
Elasticsearch V6 SDK support
2 parents a525bea + e9c094a commit c2272bb

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
@@ -39,7 +39,7 @@
3939
},
4040
"require": {
4141
"php": ">=5.6.6",
42-
"elasticsearch/elasticsearch": "^5.0",
42+
"elasticsearch/elasticsearch": "^5.0|^6.0",
4343
"illuminate/pagination": "*",
4444
"illuminate/support": "*",
4545
"symfony/var-dumper": "*",

0 commit comments

Comments
 (0)