Skip to content

Commit

Permalink
Merge pull request #116 from jeremyFreeAgent/composer
Browse files Browse the repository at this point in the history
Added branch alias
  • Loading branch information
schmittjoh committed Aug 14, 2013
2 parents c3d00b3 + 2eb482e commit 9a7629f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@
"autoload": {
"psr-0": { "JMS\\Payment\\CoreBundle": "" }
},
"target-dir": "JMS/Payment/CoreBundle"
"target-dir": "JMS/Payment/CoreBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 9a7629f

Please sign in to comment.