diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-05-30 14:44:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 14:44:04 +0200 |
commit | 2dd49206c74eaa8e9149b117775f4747483ba5bd (patch) | |
tree | 764ed90d830003fb5eaa434a77ab7d8a1d27ada5 /build | |
parent | 619b0eece10c200d71c892efcce998ed8605731f (diff) | |
parent | 81ccf33db4a111008489542d510521345481df6b (diff) | |
download | nextcloud-server-2dd49206c74eaa8e9149b117775f4747483ba5bd.tar.gz nextcloud-server-2dd49206c74eaa8e9149b117775f4747483ba5bd.zip |
Merge pull request #9673 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-6.3.3
Update guzzlehttp/guzzle requirement to 6.3.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 0465405715e..e0ee427944c 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~4.6", "behat/behat": "^3.0", - "guzzlehttp/guzzle": "6.3.0", + "guzzlehttp/guzzle": "6.3.3", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.2" } |