Skip to content

Commit d856b82

Browse files
committed
Merge pull request #27 from aik099/add-branch-alias
Adding branch alias for composer for version constrain matching
2 parents 9feca11 + d2b5860 commit d856b82

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)