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>2022-07-09 05:12:35 +0300
committerGitHub <noreply@github.com>2022-07-09 05:12:35 +0300
commitd8d39c887a44604d51a1bed4e1bccf74193a8f44 (patch)
tree6b44290aaaeafd05f2d15369546e0da48da12119 /build/integration/composer.json
parent9d60d1d8af465e1f80b715b52d164c45a932c7f5 (diff)
Update behat/behat requirement in /build/integrationdependabot/composer/build/integration/stable23/behat/behat-approx-3.11.0
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.10.0...v3.11.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 cc8f1b9f292..954f963f2ff 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.3.1",