Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-04-22 13:55:56 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-04-22 17:40:11 +0300
commit3fc66a65f83bf62f9d0085151f4f7ce4408f7db9 (patch)
tree03baa339a6b5739bfe0275e9129eea61f4101284 /build
parentf0ad46dec84b69f344b8f2bea31cbbd3cf60a9a3 (diff)
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.json2
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"