Skip to content

Commit d265387

Browse files
authored
chore: add conflict on elasticsearch >= 8.0 (api-platform#5018)
1 parent 693b03a commit d265387

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
"doctrine/common": "<2.7",
9393
"doctrine/dbal": "<2.10",
9494
"doctrine/mongodb-odm": "<2.2",
95-
"doctrine/persistence": "<1.3"
95+
"doctrine/persistence": "<1.3",
96+
"elasticsearch/elasticsearch": ">=8.0"
9697
},
9798
"suggest": {
9899
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",

0 commit comments

Comments
 (0)