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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-03 05:24:07 +0300
committerJulius Härtl <jus@bitgrid.net>2022-10-19 22:04:09 +0300
commit0828ae601770b67c7b2dc427b896efbc324c119f (patch)
treed7a60b75d1631e842d322f00684477ccd94c5f64
parentd93b4315541f457421170857ea1e10a29f9a5053 (diff)
Update guzzlehttp/guzzle requirement in /tests/integration
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.5...7.5.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--tests/integration/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/composer.json b/tests/integration/composer.json
index a3de4de7..eea9e8a3 100644
--- a/tests/integration/composer.json
+++ b/tests/integration/composer.json
@@ -2,7 +2,7 @@
"require-dev": {
"phpunit/phpunit": "~9",
"behat/behat": "~3.11.0",
- "guzzlehttp/guzzle": "7.4.5",
+ "guzzlehttp/guzzle": "7.5.0",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.4.0",
"symfony/event-dispatcher": "~5.4"