Skip to content

Commit c53b863

Browse files
authored
TASK: Backport of #299
Version 3.0.0 of Flowpack.ElasticSearch was released some weeks ago which has support for ElasticSearch 5 and 6. The Flowpack.ElasticSearch.ContentreposiotryAdaptor however requires 2.x or dev-master. This PR modifies contentrepositoryadaptor to support version 3.x of Flowpack.ElasticSearch. Currently no installable combination working for Elasticsearch 5.x is possible.
1 parent e75bc61 commit c53b863

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
@@ -8,7 +8,7 @@
88
"php": "^7.2",
99
"ext-json": "*",
1010

11-
"flowpack/elasticsearch": "^2.0 || dev-master",
11+
"flowpack/elasticsearch": "^2.0 || ^3.0 || dev-master",
1212
"neos/content-repository": "^3.3 || ^4.0 || dev-master",
1313
"neos/content-repository-search": "^3.0 || ^4.0 || dev-master",
1414
"neos/eel": "^4.3 || ^5.0 || dev-master",

0 commit comments

Comments
 (0)