Skip to content

Commit db58d69

Browse files
Spamerczclaude
andcommitted
fix(deps): allow elasticsearch/elasticsearch v8 for ES 7.x server compatibility
Widen requirement from ^9.0.0 to ^8.17.0 || ^9.0.0 so the library works with both ES 7.x (via v8 client) and ES 8.x+ (via v9 client). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 34a5390 commit db58d69

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
@@ -28,7 +28,7 @@
2828
"ext-json": "*",
2929
"ext-curl": "*",
3030
"spameri/elastic-query": "dev-master",
31-
"elasticsearch/elasticsearch": "^9.0.0",
31+
"elasticsearch/elasticsearch": "^8.17.0 || ^9.0.0",
3232
"guzzlehttp/guzzle": "^7.9",
3333
"nette/di": "^3.1.10",
3434
"nette/utils": "^4.0.0|^3.2.5",

0 commit comments

Comments
 (0)