Skip to content

Commit 65e97e4

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 190e6c3 commit 65e97e4

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
@@ -37,6 +37,12 @@
3737
"phpstan/phpstan-strict-rules": "^2.0"
3838
},
3939
"minimum-stability": "dev",
40+
"repositories": [
41+
{
42+
"type": "path",
43+
"url": "../src/agent/src/Bridge/Brave"
44+
}
45+
],
4046
"autoload": {
4147
"psr-4": {
4248
"Symfony\\AI\\Fixtures\\": "../fixtures/"

0 commit comments

Comments
 (0)