Skip to content

Commit

Permalink
Fix readme and branch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos committed Dec 28, 2018
1 parent 77a3cb4 commit 27dda5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ $stack->push(new LogMiddleware($logger, $multiRecordArrayHandler));
$client = new GuzzleHttp\Client([
'handler' => $stack,
]);
```
```

### Using options on each request

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.8-dev"
"dev-master": "1.0-dev"
}
},
"minimum-stability": "stable",
Expand Down

0 comments on commit 27dda5e

Please sign in to comment.