diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-04-22 19:53:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 19:53:08 +0200 |
commit | 049e9ed9e9140b52ba66bfd47060263e61a1a7ab (patch) | |
tree | 03baa339a6b5739bfe0275e9129eea61f4101284 | |
parent | f0ad46dec84b69f344b8f2bea31cbbd3cf60a9a3 (diff) | |
parent | 3fc66a65f83bf62f9d0085151f4f7ce4408f7db9 (diff) | |
download | nextcloud-server-049e9ed9e9140b52ba66bfd47060263e61a1a7ab.tar.gz nextcloud-server-049e9ed9e9140b52ba66bfd47060263e61a1a7ab.zip |
Merge pull request #20594 from nextcloud/revert-20554-dependabot/composer/build/integration/guzzlehttp/guzzle-6.5.3
Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in /build/integration"
-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 d5a109920ad..954ea2829ae 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~6.5", "behat/behat": "~3.6.1", - "guzzlehttp/guzzle": "6.5.3", + "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", "symfony/event-dispatcher": "~4.4" |