Skip to content

Commit 8d4134c

Browse files
committed
minor #82 remove path repositories since we have packages now (chr-hertel)
This PR was merged into the main branch. Discussion ---------- remove path repositories since we have packages now | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT adopting packagist packages since the split is done :) Commits ------- f61e4be remove path repositories since we have packages now
2 parents ae0d4fa + f61e4be commit 8d4134c

File tree

7 files changed

+10
-33
lines changed

7 files changed

+10
-33
lines changed

demo/composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
"Symfony\\AI\\Fixtures\\": "../fixtures/"
3131
}
3232
},
33-
"repositories": [
34-
{ "type": "path", "url": "../src/agent" },
35-
{ "type": "path", "url": "../src/platform" },
36-
{ "type": "path", "url": "../src/store" }
37-
],
3833
"config": {
3934
"allow-plugins": {
4035
"codewithkyrian/transformers-libsloader": true,

src/agent/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,5 @@
7070
"Symfony\\AI\\Agent\\Tests\\": "tests/",
7171
"Symfony\\AI\\Fixtures\\": "../../fixtures"
7272
}
73-
},
74-
"repositories": [
75-
{"type": "path", "url": "../platform"},
76-
{"type": "path", "url": "../store"}
77-
]
73+
}
7874
}

src/ai-bundle/composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,5 @@
3939
"psr-4": {
4040
"Symfony\\AI\\AIBundle\\Tests\\": "tests/"
4141
}
42-
},
43-
"repositories": [
44-
{"type": "path", "url": "../agent"},
45-
{"type": "path", "url": "../platform"},
46-
{"type": "path", "url": "../store"}
47-
]
42+
}
4843
}

src/mcp-bundle/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,5 @@
3232
}
3333
},
3434
"minimum-stability": "dev",
35-
"prefer-stable": true,
36-
"repositories": [
37-
{ "type": "path", "url": "../mcp-sdk" }
38-
]
35+
"prefer-stable": true
3936
}

src/platform/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,5 @@
7676
"Symfony\\AI\\Platform\\Tests\\": "tests/",
7777
"Symfony\\AI\\Fixtures\\": "../../fixtures"
7878
}
79-
},
80-
"repositories": [
81-
{"type": "path", "url": "../agent"}
82-
]
79+
}
8380
}

src/store/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,5 @@
6767
"psr-4": {
6868
"Symfony\\AI\\Store\\Tests\\": "tests/"
6969
}
70-
},
71-
"repositories": [
72-
{"type": "path", "url": "../platform"}
73-
]
70+
}
7471
}

0 commit comments

Comments
 (0)