Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"symfony/var-dumper": "^6.4 || ^7.1"
},
"conflict": {
"mongodb/mongodb": "<1.20"
"mongodb/mongodb": "<1.20",
"phpdocumentor/reflection-docblock": ">=5.6"
},
"suggest": {
"codewithkyrian/chromadb-php": "For using the ChromaDB as retrieval vector store.",
Expand Down