diff --git a/README.md b/README.md index 49bbd79..b52ab69 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Using [composer][3]: ``` json { "require": { - "eightpoints/guzzle-wsse-middleware": "~3.0" + "eightpoints/guzzle-wsse-middleware": "^4.1.1" } } ``` @@ -27,7 +27,12 @@ Usage ``` php setCreatedAt(new \DateTime('-10 seconds)); + $stack = \GuzzleHttp\HandlerStack::create(); // Add the wsse middleware to the handler stack.