Skip to content

Commit 9a91101

Browse files
committed
Add local repository for Bridge packages in examples
- Add path repository pointing to ../src/agent/src/Bridge/Brave - This allows composer to find symfony/ai-brave-tool locally - Resolves CI failure where Bridge packages cannot be found
1 parent 99cf347 commit 9a91101

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"phpstan/phpstan": "^2.1"
3737
},
3838
"minimum-stability": "dev",
39+
"repositories": [
40+
{
41+
"type": "path",
42+
"url": "../src/agent/src/Bridge/Brave"
43+
}
44+
],
3945
"autoload": {
4046
"psr-4": {
4147
"Symfony\\AI\\Fixtures\\": "../fixtures/"

0 commit comments

Comments
 (0)