Skip to content

Commit 25fc51b

Browse files
committed
fix: update elasticsearch client version requirements in composer.json
1 parent 6da369a commit 25fc51b

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
@@ -37,7 +37,7 @@
3737
"symfony/polyfill-php85": "^1.33"
3838
},
3939
"suggest": {
40-
"elasticsearch/elasticsearch": "Required to use the elasticsearch client (^7.0|^8.0).",
40+
"elasticsearch/elasticsearch": "Required to use the elasticsearch client (^7.0 || ^8.0).",
4141
"hyperf/amqp": "Required to use the amqp event (~3.1.9).",
4242
"hyperf/crontab": "Required to use the crontab event (~3.1.7).",
4343
"hyperf/database": "Required to use the crontab event (~3.1.0).",

0 commit comments

Comments
 (0)