Skip to content

Commit 3fe0538

Browse files
committed
Remove unused deps from composer
1 parent 29cdda7 commit 3fe0538

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"ext-sockets": "*",
1010
"cycle/entity-behavior": "^1.2",
1111
"guzzlehttp/guzzle": "^7.0",
12-
"hkulekci/qdrant": "^0.5.6",
1312
"internal/dload": "^0.2.2",
1413
"llm-agents/agent-site-status-checker": "^1.1",
1514
"llm-agents/agent-smart-home-control": "^1.1",
@@ -36,9 +35,7 @@
3635
"autoload": {
3736
"psr-4": {
3837
"App\\": "app/src",
39-
"Database\\": "app/database",
40-
"LLM\\Agents\\Embeddings\\": "app/Embeddings",
41-
"LLM\\Agents\\ChainOfThought\\": "app/ChainOfThought"
38+
"Database\\": "app/database"
4239
}
4340
},
4441
"autoload-dev": {

0 commit comments

Comments
 (0)