Skip to content

Commit 27dda5e

Browse files
committed
Fix readme and branch alias
1 parent 77a3cb4 commit 27dda5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $stack->push(new LogMiddleware($logger, $multiRecordArrayHandler));
156156
$client = new GuzzleHttp\Client([
157157
'handler' => $stack,
158158
]);
159-
```
159+
```
160160

161161
### Using options on each request
162162

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "0.8-dev"
43+
"dev-master": "1.0-dev"
4444
}
4545
},
4646
"minimum-stability": "stable",

0 commit comments

Comments
 (0)