Skip to content

Commit facd93e

Browse files
committed
Add extra.branch-alias setting in composer.json
| Q | A | ------------- | --- | Branch | working | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Add `extra.branch-alias` setting in `composer.json` in order to allow install latest development version while respecting semantic versioning.
1 parent 412e2f2 commit facd93e

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)