diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-04-22 12:55:56 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-04-22 16:40:11 +0200 |
commit | 3fc66a65f83bf62f9d0085151f4f7ce4408f7db9 (patch) | |
tree | 03baa339a6b5739bfe0275e9129eea61f4101284 /build | |
parent | f0ad46dec84b69f344b8f2bea31cbbd3cf60a9a3 (diff) | |
download | nextcloud-server-3fc66a65f83bf62f9d0085151f4f7ce4408f7db9.tar.gz nextcloud-server-3fc66a65f83bf62f9d0085151f4f7ce4408f7db9.zip |
Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 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 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" |