Skip to content

Commit abc9795

Browse files
authored
Merge pull request #11 from jopplt/chore-support-elasticsearch-9
Add support for elasticsearch 9.x
2 parents 65f4a4c + dfd435f commit abc9795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"require": {
4040
"php": "^8.2",
41-
"elasticsearch/elasticsearch": "^8.0"
41+
"elasticsearch/elasticsearch": "^8.0 || ^9.0"
4242
},
4343
"require-dev": {
4444
"phpunit/phpunit": "^11.0",

0 commit comments

Comments
 (0)