Skip to content

Commit

Permalink
Add master alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jul 9, 2019
1 parent 35c0847 commit e758c32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ composer require contributte/dev

| State | Version | Branch | PHP |
|-------------|---------|----------|----------|
| dev | `^0.2` | `master` | `>= 5.6` |
| stable | `^0.1` | `master` | `>= 5.6` |

## Overview
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
"tester-coverage": [
"tester -s -p php --colors 1 -c tests/php-unix.ini -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src tests/cases"
]
},
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
}
}

0 comments on commit e758c32

Please sign in to comment.