Skip to content

Commit f309402

Browse files
committed
minor #987 [Agent] Add missing branch-alias to Scraper and Wikipedia bridges (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Agent] Add missing `branch-alias` to Scraper and Wikipedia bridges | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT To make the flex recipes work Commits ------- 956d1bb Add missing branch-alias to Scraper and Wikipedia bridges
2 parents 78434b7 + 956d1bb commit f309402

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)