Skip to content

Commit dfd435f

Browse files
committed
Support elasticsearch 9.x
1 parent 65f4a4c commit dfd435f

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
@@ -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)