Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Added branch alias to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ricbra committed Aug 5, 2014
1 parent d8f45f2 commit bc0dd08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"autoload": {
"psr-0": { "Discogs": "lib/" }
},
"minimum-stability": "dev",
"prefer-stable": true
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit bc0dd08

Please sign in to comment.