Skip to content

Commit

Permalink
Fix branch-alias for composer
Browse files Browse the repository at this point in the history
- dev-master is now 2.1-dev, dev-develop is now 2.2-dev
  • Loading branch information
weierophinney committed Jan 29, 2013
1 parent 0aad092 commit 91bddc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev",
"dev-develop": "2.1-dev"
"dev-master": "2.1-dev",
"dev-develop": "2.2-dev"
}
}
}

0 comments on commit 91bddc1

Please sign in to comment.