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:
authorJulius Härtl <jus@bitgrid.net>2022-10-26 22:33:09 +0300
committerGitHub <noreply@github.com>2022-10-26 22:33:09 +0300
commitaa8f279d1e1a38671c9f156db9a440bca4b93f3b (patch)
tree387bfa436015aee8ba9a7e3212c5432e02ee0da9 /build/integration/composer.json
parent4b1722bbcef5121c7e0e19f4d6aab4011872f705 (diff)
parentd8d39c887a44604d51a1bed4e1bccf74193a8f44 (diff)
Merge pull request #33183 from nextcloud/dependabot/composer/build/integration/stable23/behat/behat-approx-3.11.0
Update behat/behat requirement from ~3.10.0 to ~3.11.0 in /build/integration
Diffstat (limited to 'build/integration/composer.json')
-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",