mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
ci: Bump behat/behat as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
37966c645e
commit
86784ad873
2 changed files with 10 additions and 11 deletions
|
|
@ -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",
|
||||
|
|
|
|||
19
build/integration/composer.lock
generated
19
build/integration/composer.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue