We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feca11 commit d2b5860Copy full SHA for d2b5860
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "stecman/symfony-console-completion",
3
"description": "Automatic BASH completion for Symfony Console Component based applications.",
4
- "license": "MIT",
+ "license": "MIT",
5
"authors": [
6
7
"name": "Stephen Holdaway",
@@ -19,5 +19,10 @@
19
"psr-4": {
20
"Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
21
}
22
+ },
23
+ "extra": {
24
+ "branch-alias": {
25
+ "dev-master": "0.4.x-dev"
26
+ }
27
28
0 commit comments