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
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-09-08 14:39:19 +0300
committerGitHub <noreply@github.com>2022-09-08 14:39:19 +0300
commitd0920dedf5dce13eb8633c6e3161ef4f4b9df052 (patch)
treea855181d9cf96dfa42babe79647dec27e367ab4f
parentd66dc3a531842451a4ac2a8997a65dd010d2737f (diff)
parent015de2c706225b77c7c714d8f926d5fb89e9bb75 (diff)
Merge pull request #33182 from nextcloud/dependabot/composer/build/integration/stable22/behat/behat-approx-3.11.0
Update behat/behat requirement from ~3.10.0 to ~3.11.0 in /build/integration
-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 6ce49514a16..bd43d809494 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -1,7 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "~6.5",
- "behat/behat": "~3.10.0",
+ "behat/behat": "~3.11.0",
"guzzlehttp/guzzle": "6.5.8",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.4.0",