Skip to content

Commit e8cebaa

Browse files
committed
bug #67 fix(mongodb-store): add back conflict (#373) (OskarStark)
This PR was merged into the main branch. Discussion ---------- fix(mongodb-store): add back conflict (#373) | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | | License | MIT Cherry picking php-llm/llm-chain#373 Commits ------- 5a14503 fix(mongodb-store): add back conflict (#373)
2 parents 11c6de6 + 5a14503 commit e8cebaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/store/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"config": {
5050
"sort-packages": true
5151
},
52+
"conflict": {
53+
"mongodb/mongodb": "<1.21"
54+
},
5255
"extra": {
5356
"thanks": {
5457
"name": "symfony/ai",

0 commit comments

Comments
 (0)