Skip to content

Commit 956d1bb

Browse files
committed
Add missing branch-alias to Scraper and Wikipedia bridges
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 78434b7 commit 956d1bb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/agent/src/Bridge/Scraper/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"sort-packages": true
4040
},
4141
"extra": {
42+
"branch-alias": {
43+
"dev-main": "0.x-dev"
44+
},
4245
"thanks": {
4346
"name": "symfony/ai",
4447
"url": "https://github.com/symfony/ai"

src/agent/src/Bridge/Wikipedia/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"sort-packages": true
3737
},
3838
"extra": {
39+
"branch-alias": {
40+
"dev-main": "0.x-dev"
41+
},
3942
"thanks": {
4043
"name": "symfony/ai",
4144
"url": "https://github.com/symfony/ai"

0 commit comments

Comments
 (0)