Skip to content

Commit 745ac4f

Browse files
committed
minor #1003 Use local symfony/ai-* components (lyrixx)
This PR was merged into the main branch. Discussion ---------- Use local symfony/ai-* components | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT This ensure we use the current / local version of Symfony AI. Commits ------- a50650b [Examples] Use local symfony/ai-* components
2 parents a312dda + a50650b commit 745ac4f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

examples/composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
"description": "Example scripts about using Symfony AI",
44
"license": "MIT",
55
"type": "project",
6+
"repositories": [
7+
{
8+
"type": "path",
9+
"url": "../src/agent"
10+
},
11+
{
12+
"type": "path",
13+
"url": "../src/chat"
14+
},
15+
{
16+
"type": "path",
17+
"url": "../src/platform"
18+
},
19+
{
20+
"type": "path",
21+
"url": "../src/store"
22+
}
23+
],
624
"require": {
725
"php": ">=8.2",
826
"ext-pdo": "*",

0 commit comments

Comments
 (0)