aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/composer.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-04 15:46:56 +0000
committerGitHub <noreply@github.com>2022-11-04 15:46:56 +0000
commitbce5144454ce6d6b210fb86166a766dbd1da2616 (patch)
tree08ed382bc2424f2a634919a9ac26019c2f4dd21e /build/integration/composer.json
parentb9bbb25771fc704d0f5a9de7bc2ae0cae73cf81b (diff)
downloadnextcloud-server-bce5144454ce6d6b210fb86166a766dbd1da2616.tar.gz
nextcloud-server-bce5144454ce6d6b210fb86166a766dbd1da2616.zip
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.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 d5948f48691..89d8d46d7e0 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -2,7 +2,7 @@
"require-dev": {
"phpunit/phpunit": "^9",
"dms/phpunit-arraysubset-asserts": "^0.4",
- "behat/behat": "~3.10.0",
+ "behat/behat": "~3.11.0",
"guzzlehttp/guzzle": "7.5.0",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.4.0",