Skip to content

Commit

Permalink
Added alias to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 committed Oct 9, 2014
1 parent 5eb9220 commit 1e795f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"phpunit/phpunit" : "~4",
"codeclimate/php-test-reporter": "dev-master"
},
"extra": {
"branch-alias": {
"dev-master": "0.0.x-dev"
}
},
"license" : "MIT",
"description" : "VersionControl_HG is a library that provides an OO interface to handle Mercurial repositories.",
"support" : {
Expand Down
2 changes: 2 additions & 0 deletions src/Command/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ public function __construct($options = [])
* Execute mercurial command.
*
* @return string
*
* @throws \RuntimeException
*/
public function execute()
{
Expand Down

0 comments on commit 1e795f1

Please sign in to comment.