Skip to content

Commit 2218609

Browse files
bweinzierldaniellienert
authored andcommitted
Modified version requirement of Flowpack.ElasticSearch to include 3.X versions (not only 2.X versions)
1 parent 3a71b46 commit 2218609

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)