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
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-09-10 13:52:31 +0300
committerGitHub <noreply@github.com>2020-09-10 13:52:31 +0300
commit04c174ab899a6ba3918c6cfbd535037bc63fd52d (patch)
treeb450f221cb293eedf2d6ecd47b517cc3e69516a3 /build
parent9c44523937151158de961541a06a73872e035dea (diff)
parent94b228dca199df146e8f434155c1f6fd7e0ec475 (diff)
Merge pull request #22665 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.7.0
Update behat/behat requirement from ~3.6.1 to ~3.7.0 in /build/integration
Diffstat (limited to 'build')
-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 954ea2829ae..23c9148f042 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -1,7 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "~6.5",
- "behat/behat": "~3.6.1",
+ "behat/behat": "~3.7.0",
"guzzlehttp/guzzle": "6.5.2",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2.3",