Skip to content

Commit 427348c

Browse files
committed
Remove bridge path repositories from platform composer.json
These repositories were causing circular symlinks during CI when bridge tests install their dependencies. The bridges are now independent packages and don't need to be referenced from the main platform package.
1 parent eff7c7d commit 427348c

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

src/platform/composer.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
11
{
22
"name": "symfony/ai-platform",
3-
"repositories": [
4-
{ "type": "path", "url": "src/Bridge/AiMlApi" },
5-
{ "type": "path", "url": "src/Bridge/Albert" },
6-
{ "type": "path", "url": "src/Bridge/Anthropic" },
7-
{ "type": "path", "url": "src/Bridge/Azure" },
8-
{ "type": "path", "url": "src/Bridge/Bedrock" },
9-
{ "type": "path", "url": "src/Bridge/Cartesia" },
10-
{ "type": "path", "url": "src/Bridge/Cerebras" },
11-
{ "type": "path", "url": "src/Bridge/Decart" },
12-
{ "type": "path", "url": "src/Bridge/DeepSeek" },
13-
{ "type": "path", "url": "src/Bridge/DockerModelRunner" },
14-
{ "type": "path", "url": "src/Bridge/ElevenLabs" },
15-
{ "type": "path", "url": "src/Bridge/Gemini" },
16-
{ "type": "path", "url": "src/Bridge/Generic" },
17-
{ "type": "path", "url": "src/Bridge/HuggingFace" },
18-
{ "type": "path", "url": "src/Bridge/LmStudio" },
19-
{ "type": "path", "url": "src/Bridge/Meta" },
20-
{ "type": "path", "url": "src/Bridge/Mistral" },
21-
{ "type": "path", "url": "src/Bridge/Ollama" },
22-
{ "type": "path", "url": "src/Bridge/OpenAi" },
23-
{ "type": "path", "url": "src/Bridge/OpenRouter" },
24-
{ "type": "path", "url": "src/Bridge/Perplexity" },
25-
{ "type": "path", "url": "src/Bridge/Replicate" },
26-
{ "type": "path", "url": "src/Bridge/Scaleway" },
27-
{ "type": "path", "url": "src/Bridge/TransformersPhp" },
28-
{ "type": "path", "url": "src/Bridge/VertexAi" },
29-
{ "type": "path", "url": "src/Bridge/Voyage" }
30-
],
313
"description": "PHP library for interacting with AI platform provider.",
324
"license": "MIT",
335
"type": "library",

0 commit comments

Comments
 (0)