diff options
author | dependabot[bot] <support@dependabot.com> | 2018-05-30 09:34:25 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-05-30 09:34:25 +0000 |
commit | 81ccf33db4a111008489542d510521345481df6b (patch) | |
tree | 79dbb0c1ccae3deb9bdffe0799c86bb4242d63a5 /build | |
parent | 182910b13680fe35e3572ac9490a29cfbaf5fb34 (diff) | |
download | nextcloud-server-81ccf33db4a111008489542d510521345481df6b.tar.gz nextcloud-server-81ccf33db4a111008489542d510521345481df6b.zip |
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] <support@dependabot.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json index 0465405715e..e0ee427944c 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" } |