Skip to content

Commit 5d1ea06

Browse files
committed
Add 2.5.x-dev branch-alias for the FactResolver feature branch
Lets consumers (webtrees-pedigree-chart Issue #45) pin against "2.5.x-dev" while the FactResolver work is in review, instead of forcing a 2.5.0 tag before the dependent chart PR can land.
1 parent c242337 commit 5d1ea06

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
@@ -27,6 +27,11 @@
2727
"sort-packages": true,
2828
"optimize-autoloader": true
2929
},
30+
"extra": {
31+
"branch-alias": {
32+
"dev-45-more-data-on-the-chart": "2.5.x-dev"
33+
}
34+
},
3035
"minimum-stability": "dev",
3136
"prefer-stable": true,
3237
"require": {

0 commit comments

Comments
 (0)