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:
authorLouis <6653109+artonge@users.noreply.github.com>2021-11-15 15:46:31 +0300
committerGitHub <noreply@github.com>2021-11-15 15:46:31 +0300
commita4c26f6d4406baf3d6dfad9d26b2fbd01673b369 (patch)
treed04a0d0c21051b9d823757ce6521df642c4edd5f
parentf8edadfbcd9224e3ae20f0959ade882a7b09923a (diff)
parentfe1b589cf428a9c8688d28350dffa89f70d6d714 (diff)
Merge pull request #29630 from nextcloud/dependabot/composer/build/integration/stable20/behat/behat-approx-3.10.0
Update behat/behat requirement from ~3.7.0 to ~3.10.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 23c9148f042..f2db0ad090d 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -1,7 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "~6.5",
- "behat/behat": "~3.7.0",
+ "behat/behat": "~3.10.0",
"guzzlehttp/guzzle": "6.5.2",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2.3",