Skip to content

Commit deb58b5

Browse files
authored
Merge pull request #51 from xabbuh/branch-alias
define branch alias for 4.0.x
2 parents 00c301f + 1a5b91d commit deb58b5

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
@@ -21,5 +21,10 @@
2121
},
2222
"autoload": {
2323
"psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" }
24+
},
25+
"extra": {
26+
"branch-alias": {
27+
"dev-master": "4.0.x-dev"
28+
}
2429
}
2530
}

0 commit comments

Comments
 (0)