diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-07-14 08:52:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 08:52:47 +0200 |
commit | 54e249bb0ffbcaab84595f2aebe8c8a5dd58543c (patch) | |
tree | 94811392c9c243a94809b6abf1a11e4c8c1f9f5e /build | |
parent | 49d7a7b896dee26a50e7f851b6d791466593d013 (diff) | |
download | nextcloud-server-54e249bb0ffbcaab84595f2aebe8c8a5dd58543c.tar.gz nextcloud-server-54e249bb0ffbcaab84595f2aebe8c8a5dd58543c.zip |
Revert "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 ae5d6ec5ca9..8074508d0e2 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": "7.3.0", + "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", "symfony/event-dispatcher": "~5.3" |