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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-11 12:38:46 +0300
committerGitHub <noreply@github.com>2021-11-11 12:38:46 +0300
commit2e14d28262e32ddd7c3ae7091ba4f51a50a2d01f (patch)
tree7addd390d0543e6783ee2129b881e943dc318c1a /build/integration/composer.json
parent4e1e81f336936f8fbffaba9c6f16f46379cf028e (diff)
Update behat/behat requirement in /build/integration
Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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 61a092cc7fc..f76feffa386 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -1,7 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "~6.5",
- "behat/behat": "~3.9.0",
+ "behat/behat": "~3.10.0",
"guzzlehttp/guzzle": "6.5.2",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2.3",