From 27dda5e500931fb43a9ff8a4c1e88381a3ce2453 Mon Sep 17 00:00:00 2001 From: George Mponos Date: Fri, 28 Dec 2018 17:43:27 +0200 Subject: [PATCH] Fix readme and branch alias --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19de67f..919cb0d 100755 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ $stack->push(new LogMiddleware($logger, $multiRecordArrayHandler)); $client = new GuzzleHttp\Client([ 'handler' => $stack, ]); -``` +``` ### Using options on each request diff --git a/composer.json b/composer.json index 2b5bd0c..d4972e7 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.8-dev" + "dev-master": "1.0-dev" } }, "minimum-stability": "stable",