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

Commit 2d243e8

Browse files
DZunkechr-hertel
andauthored
fix: Conflict with PHPDocumentor higher then 5.5 because of doc parser bugs (#143)
* Conflict with PHPDocumentor higher then 5.5 because of doc parser bugs * fix: indentation in composer.json --------- Co-authored-by: Christopher Hertel <[email protected]>
1 parent 620ba13 commit 2d243e8

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
@@ -40,7 +40,8 @@
4040
"symfony/var-dumper": "^6.4 || ^7.1"
4141
},
4242
"conflict": {
43-
"mongodb/mongodb": "<1.20"
43+
"mongodb/mongodb": "<1.20",
44+
"phpdocumentor/reflection-docblock": ">=5.6"
4445
},
4546
"suggest": {
4647
"codewithkyrian/chromadb-php": "For using the ChromaDB as retrieval vector store.",

0 commit comments

Comments
 (0)