Skip to content

Commit

Permalink
Add extra.branch-alias directive at composer.json in order to all…
Browse files Browse the repository at this point in the history
…ow semver installs for development versions
  • Loading branch information
phansys committed Sep 1, 2017
1 parent 968b7e6 commit 57459b5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@
"psr-0": {
"Resque": "lib"
}
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}
23 changes: 11 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57459b5

Please sign in to comment.