Commit 75caf94
committed
chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.8.2
| Prod Packages | Operation | Base | Target |
|---------------------|-----------|-------|--------|
| guzzlehttp/guzzle | Upgraded | 7.8.1 | 7.8.2 |
| guzzlehttp/promises | Upgraded | 2.0.2 | 2.0.4 |
| guzzlehttp/psr7 | Upgraded | 2.6.2 | 2.7.0 |
Signed-off-by: Joas Schilling <coding@schilljs.com>1 parent f642117 commit 75caf94
1 file changed
Lines changed: 1 addition & 1 deletion
- composer.json+1-1
- composer.lock+28-28
- composer/installed.json+28-28
- composer/installed.php+9-9
- guzzlehttp/guzzle/src/BodySummarizer.php+3-3
- guzzlehttp/guzzle/src/Client.php+2-2
- guzzlehttp/guzzle/src/ClientInterface.php+1-1
- guzzlehttp/guzzle/src/Cookie/CookieJar.php+1-1
- guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php+1-1
- guzzlehttp/guzzle/src/Exception/BadResponseException.php+1-1
- guzzlehttp/guzzle/src/Exception/ConnectException.php+1-1
- guzzlehttp/guzzle/src/Exception/RequestException.php+5-5
- guzzlehttp/guzzle/src/Handler/MockHandler.php+4-4
- guzzlehttp/guzzle/src/Handler/StreamHandler.php+2-2
- guzzlehttp/guzzle/src/HandlerStack.php+3-3
- guzzlehttp/guzzle/src/MessageFormatter.php+1-1
- guzzlehttp/guzzle/src/MessageFormatterInterface.php+1-1
- guzzlehttp/guzzle/src/Middleware.php+3-3
- guzzlehttp/guzzle/src/RequestOptions.php+1-1
- guzzlehttp/guzzle/src/RetryMiddleware.php+2-2
- guzzlehttp/guzzle/src/TransferStats.php+2-2
- guzzlehttp/guzzle/src/Utils.php+1-1
- guzzlehttp/promises/src/Coroutine.php+2-2
- guzzlehttp/promises/src/Each.php+5-5
- guzzlehttp/promises/src/FulfilledPromise.php+2-2
- guzzlehttp/promises/src/Promise.php+4-4
- guzzlehttp/promises/src/PromiseInterface.php+2-2
- guzzlehttp/promises/src/RejectedPromise.php+2-2
- guzzlehttp/promises/src/RejectionException.php+1-1
- guzzlehttp/promises/src/Utils.php+4-2
- guzzlehttp/psr7/src/CachingStream.php+1-1
- guzzlehttp/psr7/src/HttpFactory.php+3-3
- guzzlehttp/psr7/src/MultipartStream.php+1-1
- guzzlehttp/psr7/src/Query.php+12-7
- guzzlehttp/psr7/src/Response.php+1-1
- guzzlehttp/psr7/src/StreamWrapper.php+7-3
- guzzlehttp/psr7/src/UploadedFile.php+2-2
- guzzlehttp/psr7/src/Uri.php+1-1
- guzzlehttp/psr7/src/Utils.php+15-1
0 commit comments