From cbcb2f0dc9e6aa956f1233f655bad4505421fa54 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Sat, 5 Oct 2024 23:32:04 +0200 Subject: [PATCH] fix: remove clock suggestion since it is mandatory nowadays --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index cb95d2f4..002d70a2 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,6 @@ "codewithkyrian/chromadb-php": "For using the ChromaDB as retrieval vector store.", "mongodb/mongodb": "For using MongoDB Atlas as retrieval vector store.", "probots-io/pinecone-php": "For using the Pinecone as retrieval vector store.", - "symfony/clock": "For using the clock tool.", "symfony/css-selector": "For using the YouTube transcription tool.", "symfony/dom-crawler": "For using the YouTube transcription tool." },