aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-10-30 09:04:05 +0100
committerJoas Schilling <coding@schilljs.com>2024-10-30 09:04:05 +0100
commit86784ad8735ad44f2822b9d351f4c33d835ab91c (patch)
tree9834da8cf9f7cff863b9f25333526cb6c1db60ab /build
parent37966c645ea331dc26e2206a3285378f65ec054f (diff)
downloadnextcloud-server-86784ad8735ad44f2822b9d351f4c33d835ab91c.tar.gz
nextcloud-server-86784ad8735ad44f2822b9d351f4c33d835ab91c.zip
ci: Bump behat/behat as wellci/noid/update-integration-test-stuff
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build')
-rw-r--r--build/integration/composer.json2
-rw-r--r--build/integration/composer.lock19
2 files changed, 10 insertions, 11 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json
index 89507a7f686..98e093a7e69 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -6,7 +6,7 @@
"sort-packages": true
},
"require-dev": {
- "behat/behat": "^3.14",
+ "behat/behat": "^3.15",
"dms/phpunit-arraysubset-asserts": "^0.5",
"guzzlehttp/guzzle": "^7.9",
"phpunit/phpunit": "^9.6",
diff --git a/build/integration/composer.lock b/build/integration/composer.lock
index 67595c0ec36..6c5f7745e9e 100644
--- a/build/integration/composer.lock
+++ b/build/integration/composer.lock
@@ -4,25 +4,25 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "c27d6feb3394e1ee0c43db2ea624996e",
+ "content-hash": "922eb11ee2ecd8426779897121fad75d",
"packages": [],
"packages-dev": [
{
"name": "behat/behat",
- "version": "v3.14.0",
+ "version": "v3.15.0",
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
- "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340"
+ "reference": "132e32fdad69340f503b103a5ccaf5dd72ce7d83"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Behat/Behat/zipball/2a3832d9cb853a794af3a576f9e524ae460f3340",
- "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340",
+ "url": "https://api.github.com/repos/Behat/Behat/zipball/132e32fdad69340f503b103a5ccaf5dd72ce7d83",
+ "reference": "132e32fdad69340f503b103a5ccaf5dd72ce7d83",
"shasum": ""
},
"require": {
- "behat/gherkin": "^4.9.0",
+ "behat/gherkin": "^4.10.0",
"behat/transliterator": "^1.2",
"ext-mbstring": "*",
"php": "^7.2 || ^8.0",
@@ -36,7 +36,6 @@
},
"require-dev": {
"herrera-io/box": "~1.6.1",
- "phpspec/prophecy": "^1.15",
"phpunit/phpunit": "^8.5 || ^9.0",
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"vimeo/psalm": "^4.8"
@@ -73,7 +72,7 @@
}
],
"description": "Scenario-oriented BDD framework for PHP",
- "homepage": "http://behat.org/",
+ "homepage": "https://behat.org/",
"keywords": [
"Agile",
"BDD",
@@ -90,9 +89,9 @@
],
"support": {
"issues": "https://github.com/Behat/Behat/issues",
- "source": "https://github.com/Behat/Behat/tree/v3.14.0"
+ "source": "https://github.com/Behat/Behat/tree/v3.15.0"
},
- "time": "2023-12-09T13:55:02+00:00"
+ "time": "2024-10-30T07:54:51+00:00"
},
{
"name": "behat/gherkin",