Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 694ee2d

Browse files
authored
fix(mongodb-store): add back conflict (#373)
cc @xabbuh, makes sense to add it back 👍
1 parent 6c2c828 commit 694ee2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
},
8484
"sort-packages": true
8585
},
86+
"conflict": {
87+
"mongodb/mongodb": "<1.21"
88+
},
8689
"autoload": {
8790
"psr-4": {
8891
"PhpLlm\\LlmChain\\": "src/"

0 commit comments

Comments
 (0)