Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@paragonie-security paragonie-security released this 26 Jun 17:00
· 2 commits to master since this release
v1.1.2

Fixes #17 via #19 (thanks @carnage!)

This supersedes the bad release v1.1.1 which has been deleted because the syntax of cloning created misbehavior.

- $body = (string) clone $response->getBody();
+ $body = (string) (clone $response)->getBody();