Skip to content

Commit

Permalink
Remove unused deps from composer
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Sep 7, 2024
1 parent 29cdda7 commit 3fe0538
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"ext-sockets": "*",
"cycle/entity-behavior": "^1.2",
"guzzlehttp/guzzle": "^7.0",
"hkulekci/qdrant": "^0.5.6",
"internal/dload": "^0.2.2",
"llm-agents/agent-site-status-checker": "^1.1",
"llm-agents/agent-smart-home-control": "^1.1",
Expand All @@ -36,9 +35,7 @@
"autoload": {
"psr-4": {
"App\\": "app/src",
"Database\\": "app/database",
"LLM\\Agents\\Embeddings\\": "app/Embeddings",
"LLM\\Agents\\ChainOfThought\\": "app/ChainOfThought"
"Database\\": "app/database"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 3fe0538

Please sign in to comment.