diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2021-07-13 10:44:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 10:44:36 +0200 |
commit | f9e2799855e25a19f846a8e9c2e51507e23a9677 (patch) | |
tree | cf1ef58b934611bf7c4cdac31b1ee4f15b496eac /build | |
parent | b5d6189ca27e6c278c80ae9ff3b5bba11d2eee22 (diff) | |
parent | 3d20ca684c1e6e8ba4b5c5255ab458e7af846a24 (diff) | |
download | nextcloud-server-f9e2799855e25a19f846a8e9c2e51507e23a9677.tar.gz nextcloud-server-f9e2799855e25a19f846a8e9c2e51507e23a9677.zip |
Merge pull request #27654 from nextcloud/dependabot/composer/build/integration/stable22/guzzlehttp/guzzle-7.3.0
Update guzzlehttp/guzzle requirement from 6.5.2 to 7.3.0 in /build/integration
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 8074508d0e2..ae5d6ec5ca9 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~6.5", "behat/behat": "~3.8.0", - "guzzlehttp/guzzle": "6.5.2", + "guzzlehttp/guzzle": "7.3.0", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", "symfony/event-dispatcher": "~5.3" |