Skip to content

Commit d2b5860

Browse files
author
Alexander Obuhovich
committed
Adding branch alias for composer for version constrain matching
1 parent 9feca11 commit d2b5860

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stecman/symfony-console-completion",
33
"description": "Automatic BASH completion for Symfony Console Component based applications.",
4-
"license": "MIT",
4+
"license": "MIT",
55
"authors": [
66
{
77
"name": "Stephen Holdaway",
@@ -19,5 +19,10 @@
1919
"psr-4": {
2020
"Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
2121
}
22+
},
23+
"extra": {
24+
"branch-alias": {
25+
"dev-master": "0.4.x-dev"
26+
}
2227
}
2328
}

0 commit comments

Comments
 (0)