Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #504 from aik099/add-branch-alias
Browse files Browse the repository at this point in the history
Adding back "branch-alias" setting that points to "master" branch
  • Loading branch information
gsherwood committed Mar 1, 2015
2 parents 1516e63 + 4ba1e2d commit 4ba8919
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Expand Up @@ -19,6 +19,11 @@
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki",
"source": "https://github.com/squizlabs/PHP_CodeSniffer"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"CodeSniffer.php",
Expand Down

0 comments on commit 4ba8919

Please sign in to comment.