Skip to content

Commit 3ffee7b

Browse files
author
Jamie Hannaford
authored
Merge pull request #674 from phansys/composer_branch_alias
Add `extra.branch-alias` setting in `composer.json`
2 parents 412e2f2 + facd93e commit 3ffee7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@
3434
"jakub-onderka/php-parallel-lint": "0.*",
3535
"fabpot/php-cs-fixer": "1.0.*@dev",
3636
"apigen/apigen": "~4.0"
37+
},
38+
"extra": {
39+
"branch-alias": {
40+
"dev-working": "1.16-dev"
41+
}
3742
}
3843
}

0 commit comments

Comments
 (0)