Skip to content

Commit 2fdcc03

Browse files
committed
Removed useless branch alias for dev-master in composer.json
1 parent 2b8d3b7 commit 2fdcc03

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,5 @@
2323
"psr-0": { "Symfony\\Bundle\\SecurityBundle": "" }
2424
},
2525
"target-dir": "Symfony/Bundle/SecurityBundle",
26-
"minimum-stability": "dev",
27-
"extra": {
28-
"branch-alias": {
29-
"dev-master": "2.1-dev"
30-
}
31-
}
26+
"minimum-stability": "dev"
3227
}

0 commit comments

Comments
 (0)