Skip to content

Commit b334ed4

Browse files
Vitexusclaude
andcommitted
chore: add branch alias dev-main → 1.3.x-dev
Allows dependent packages to require ^1.3 and resolve this branch via a path repository during local development. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f3b665f commit b334ed4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@
3737
"allow-plugins": {
3838
"ergebnis/composer-normalize": true
3939
}
40+
},
41+
"extra": {
42+
"branch-alias": {
43+
"dev-main": "1.3.x-dev"
44+
}
4045
}
4146
}

0 commit comments

Comments
 (0)