From 2511813f4005353dd4262ff857f278b90ea9830f Mon Sep 17 00:00:00 2001 From: Denis Zunke Date: Tue, 12 Nov 2024 18:10:10 +0100 Subject: [PATCH 1/2] Conflict with PHPDocumentor higher then 5.5 because of doc parser bugs --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 002d70a2..0a7bd116 100644 --- a/composer.json +++ b/composer.json @@ -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.", From 4f34c464ba9833c6bef0c030f18090e0e8884246 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Wed, 13 Nov 2024 23:02:32 +0100 Subject: [PATCH 2/2] fix: indentation in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0a7bd116..edc2d39d 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ }, "conflict": { "mongodb/mongodb": "<1.20", - "phpdocumentor/reflection-docblock": ">=5.6" + "phpdocumentor/reflection-docblock": ">=5.6" }, "suggest": { "codewithkyrian/chromadb-php": "For using the ChromaDB as retrieval vector store.",