Skip to content

Commit 4b6dc27

Browse files
authored
minor #26 [Composer] Add branch alias (lchrusciel)
This PR was merged into the 1.2-dev branch. Discussion ---------- Commits ------- 038900e [Composer] Add branch alias
2 parents ef84054 + 038900e commit 4b6dc27

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
@@ -19,5 +19,10 @@
1919
},
2020
"autoload": {
2121
"psr-4": { "FriendsOfBehat\\VariadicExtension\\": "src/" }
22+
},
23+
"extra": {
24+
"branch-alias": {
25+
"dev-master": "1.2-dev"
26+
}
2227
}
2328
}

0 commit comments

Comments
 (0)