From 81ccf33db4a111008489542d510521345481df6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 30 May 2018 09:34:25 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement to 6.3.3 in /build/integration Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/commits/6.3.3) Signed-off-by: dependabot[bot] --- build/integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/composer.json b/build/integration/composer.json index 0465405715..e0ee427944 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~4.6", "behat/behat": "^3.0", - "guzzlehttp/guzzle": "6.3.0", + "guzzlehttp/guzzle": "6.3.3", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.2" }