Skip to content

Commit 2bb0cb5

Browse files
committed
Add branch-alias for 0.x-dev to all component composer.json files
Configure Composer branch aliases to map the main branch to 0.x-dev for all components in the monorepo (agent, ai-bundle, chat, mcp-bundle, platform, and store).
1 parent 9e24727 commit 2bb0cb5

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

src/agent/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
"sort-packages": true
6363
},
6464
"extra": {
65+
"branch-alias": {
66+
"dev-main": "0.x-dev"
67+
},
6568
"thanks": {
6669
"name": "symfony/ai",
6770
"url": "https://github.com/symfony/ai"

src/ai-bundle/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
"sort-packages": true
5656
},
5757
"extra": {
58+
"branch-alias": {
59+
"dev-main": "0.x-dev"
60+
},
5861
"thanks": {
5962
"name": "symfony/ai",
6063
"url": "https://github.com/symfony/ai"

src/chat/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
"sort-packages": true
6060
},
6161
"extra": {
62+
"branch-alias": {
63+
"dev-main": "0.x-dev"
64+
},
6265
"thanks": {
6366
"name": "symfony/ai",
6467
"url": "https://github.com/symfony/ai"

src/mcp-bundle/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
}
4646
},
4747
"extra": {
48+
"branch-alias": {
49+
"dev-main": "0.x-dev"
50+
},
4851
"thanks": {
4952
"name": "symfony/ai",
5053
"url": "https://github.com/symfony/ai"

src/platform/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
"sort-packages": true
9494
},
9595
"extra": {
96+
"branch-alias": {
97+
"dev-main": "0.x-dev"
98+
},
9699
"thanks": {
97100
"name": "symfony/ai",
98101
"url": "https://github.com/symfony/ai"

src/store/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
"sort-packages": true
7474
},
7575
"extra": {
76+
"branch-alias": {
77+
"dev-main": "0.x-dev"
78+
},
7679
"thanks": {
7780
"name": "symfony/ai",
7881
"url": "https://github.com/symfony/ai"

0 commit comments

Comments
 (0)