Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Updates branch aliases in preparation for release.
Browse files Browse the repository at this point in the history
- dev-master => 2.0.x-dev
- dev-develop => 2.1.x-dev
- Adds dev-release-1.8 => release-1.8 (for tracking LTS)
  • Loading branch information
weierophinney committed Sep 27, 2018
1 parent 1c0a713 commit 1e292ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev",
"dev-develop": "2.0.x-dev"
"dev-master": "2.0.x-dev",
"dev-develop": "2.1.x-dev",
"dev-release-1.8": "1.8.x-dev"
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 1e292ac

Please sign in to comment.