Skip to content

Commit

Permalink
Add composer alias for 2.1.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Aug 27, 2017
1 parent d2467ac commit 27da2d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
},
"extra": [],
"extra": {
"branch-alias": {
"2.x-dev": "2.1.x-dev"
}
},
"license": "BSD-3-Clause"
}

0 comments on commit 27da2d6

Please sign in to comment.