Skip to content

Commit

Permalink
fix(elasticsearch): allow elasticsearch 7 (#6689)
Browse files Browse the repository at this point in the history
Co-authored-by: Danny van Wijk <danny@insiders.nl>
  • Loading branch information
dannyvw and Danny van Wijk authored Oct 3, 2024
1 parent 2e20446 commit 0ca76fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elasticsearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/serializer": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"elasticsearch/elasticsearch": "^8.9",
"elasticsearch/elasticsearch": "^7.11 || ^8.9",
"symfony/cache": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.1",
Expand Down

0 comments on commit 0ca76fc

Please sign in to comment.