Skip to content

Commit 0ca76fc

Browse files
dannyvwDanny van Wijk
andauthored
fix(elasticsearch): allow elasticsearch 7 (#6689)
Co-authored-by: Danny van Wijk <[email protected]>
1 parent 2e20446 commit 0ca76fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"api-platform/metadata": "^3.4 || ^4.0",
2828
"api-platform/serializer": "^3.4 || ^4.0",
2929
"api-platform/state": "^3.4 || ^4.0",
30-
"elasticsearch/elasticsearch": "^8.9",
30+
"elasticsearch/elasticsearch": "^7.11 || ^8.9",
3131
"symfony/cache": "^6.4 || ^7.0",
3232
"symfony/console": "^6.4 || ^7.0",
3333
"symfony/property-access": "^6.4 || ^7.1",

0 commit comments

Comments
 (0)