Skip to content

Commit 625e21e

Browse files
committed
minor #1186 Remove platform path repositories from examples/composer.json (OskarStark)
This PR was merged into the main branch. Discussion ---------- Remove platform path repositories from `examples/composer.json` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 68335aa Remove platform bridge path repositories from examples/composer.json
2 parents 8814882 + 68335aa commit 625e21e

File tree

1 file changed

+0
-100
lines changed

1 file changed

+0
-100
lines changed

examples/composer.json

Lines changed: 0 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -19,106 +19,6 @@
1919
{
2020
"type": "path",
2121
"url": "../src/store"
22-
},
23-
{
24-
"type": "path",
25-
"url": "../src/platform/src/Bridge/AiMlApi"
26-
},
27-
{
28-
"type": "path",
29-
"url": "../src/platform/src/Bridge/Albert"
30-
},
31-
{
32-
"type": "path",
33-
"url": "../src/platform/src/Bridge/Anthropic"
34-
},
35-
{
36-
"type": "path",
37-
"url": "../src/platform/src/Bridge/Azure"
38-
},
39-
{
40-
"type": "path",
41-
"url": "../src/platform/src/Bridge/Bedrock"
42-
},
43-
{
44-
"type": "path",
45-
"url": "../src/platform/src/Bridge/Cartesia"
46-
},
47-
{
48-
"type": "path",
49-
"url": "../src/platform/src/Bridge/Cerebras"
50-
},
51-
{
52-
"type": "path",
53-
"url": "../src/platform/src/Bridge/Decart"
54-
},
55-
{
56-
"type": "path",
57-
"url": "../src/platform/src/Bridge/DeepSeek"
58-
},
59-
{
60-
"type": "path",
61-
"url": "../src/platform/src/Bridge/DockerModelRunner"
62-
},
63-
{
64-
"type": "path",
65-
"url": "../src/platform/src/Bridge/ElevenLabs"
66-
},
67-
{
68-
"type": "path",
69-
"url": "../src/platform/src/Bridge/Gemini"
70-
},
71-
{
72-
"type": "path",
73-
"url": "../src/platform/src/Bridge/Generic"
74-
},
75-
{
76-
"type": "path",
77-
"url": "../src/platform/src/Bridge/HuggingFace"
78-
},
79-
{
80-
"type": "path",
81-
"url": "../src/platform/src/Bridge/LmStudio"
82-
},
83-
{
84-
"type": "path",
85-
"url": "../src/platform/src/Bridge/Meta"
86-
},
87-
{
88-
"type": "path",
89-
"url": "../src/platform/src/Bridge/Mistral"
90-
},
91-
{
92-
"type": "path",
93-
"url": "../src/platform/src/Bridge/Ollama"
94-
},
95-
{
96-
"type": "path",
97-
"url": "../src/platform/src/Bridge/OpenAi"
98-
},
99-
{
100-
"type": "path",
101-
"url": "../src/platform/src/Bridge/OpenRouter"
102-
},
103-
{
104-
"type": "path",
105-
"url": "../src/platform/src/Bridge/Perplexity"
106-
},
107-
{
108-
"type": "path",
109-
"url": "../src/platform/src/Bridge/Scaleway"
110-
},
111-
{
112-
"type": "path",
113-
"url": "../src/platform/src/Bridge/TransformersPhp"
114-
},
115-
{
116-
"type": "path",
117-
"url": "../src/platform/src/Bridge/VertexAi"
118-
},
119-
{
120-
"type": "path",
121-
"url": "../src/platform/src/Bridge/Voyage"
12222
}
12323
],
12424
"require": {

0 commit comments

Comments
 (0)