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:35:50 +0300
committerGitHub <noreply@github.com>2022-07-09 05:35:50 +0300
commit92b6914cc70e073e96bb60d450eefa5eece37f62 (patch)
tree3688fdbbc4917981b32f0f40cbfb06adc47032bc
parent6b61ae235efea7e78f61e481696f124d9be71b5f (diff)
Update behat/behat requirement in /build/integrationdependabot/composer/build/integration/stable24/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>
-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 9442e9900cb..22fff73c025 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": "7.4.5",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.4.0",