mirror of
https://github.com/nextcloud/server.git
synced 2025-04-28 19:13:08 +00:00
build(deps-dev): bump behat/behat in /build/integration
Bumps [behat/behat](https://github.com/Behat/Behat) from 3.19.0 to 3.20.0. - [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.19.0...v3.20.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
097e25fd7e
commit
654dd66515
1 changed files with 60 additions and 53 deletions
113
build/integration/composer.lock
generated
113
build/integration/composer.lock
generated
|
@ -9,24 +9,25 @@
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "behat/behat",
|
"name": "behat/behat",
|
||||||
"version": "v3.19.0",
|
"version": "v3.20.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Behat/Behat.git",
|
"url": "https://github.com/Behat/Behat.git",
|
||||||
"reference": "6cf82375a88145e33e10a34b211a3f914cbd02ee"
|
"reference": "edb265a32329d514e3a5ec44924646e0e02d95ee"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Behat/Behat/zipball/6cf82375a88145e33e10a34b211a3f914cbd02ee",
|
"url": "https://api.github.com/repos/Behat/Behat/zipball/edb265a32329d514e3a5ec44924646e0e02d95ee",
|
||||||
"reference": "6cf82375a88145e33e10a34b211a3f914cbd02ee",
|
"reference": "edb265a32329d514e3a5ec44924646e0e02d95ee",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"behat/gherkin": "^4.10.0",
|
"behat/gherkin": "^4.12.0",
|
||||||
"behat/transliterator": "^1.5",
|
"behat/transliterator": "^1.5",
|
||||||
"composer-runtime-api": "^2.2",
|
"composer-runtime-api": "^2.2",
|
||||||
"composer/xdebug-handler": "^3.0",
|
"composer/xdebug-handler": "^3.0",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
|
"nikic/php-parser": "^5.0",
|
||||||
"php": "8.1.* || 8.2.* || 8.3.* || 8.4.* ",
|
"php": "8.1.* || 8.2.* || 8.3.* || 8.4.* ",
|
||||||
"psr/container": "^1.0 || ^2.0",
|
"psr/container": "^1.0 || ^2.0",
|
||||||
"symfony/config": "^5.4 || ^6.4 || ^7.0",
|
"symfony/config": "^5.4 || ^6.4 || ^7.0",
|
||||||
|
@ -95,30 +96,36 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/Behat/Behat/issues",
|
"issues": "https://github.com/Behat/Behat/issues",
|
||||||
"source": "https://github.com/Behat/Behat/tree/v3.19.0"
|
"source": "https://github.com/Behat/Behat/tree/v3.20.0"
|
||||||
},
|
},
|
||||||
"time": "2025-02-13T09:07:11+00:00"
|
"time": "2025-04-02T14:51:45+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "behat/gherkin",
|
"name": "behat/gherkin",
|
||||||
"version": "v4.11.0",
|
"version": "v4.12.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Behat/Gherkin.git",
|
"url": "https://github.com/Behat/Gherkin.git",
|
||||||
"reference": "32821a17b12620951e755b5d49328a6421a5b5b5"
|
"reference": "cc3a7e224b36373be382b53ef02ede0f1807bb58"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/32821a17b12620951e755b5d49328a6421a5b5b5",
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/cc3a7e224b36373be382b53ef02ede0f1807bb58",
|
||||||
"reference": "32821a17b12620951e755b5d49328a6421a5b5b5",
|
"reference": "cc3a7e224b36373be382b53ef02ede0f1807bb58",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
"composer-runtime-api": "^2.2",
|
||||||
"php": "8.1.* || 8.2.* || 8.3.* || 8.4.*"
|
"php": "8.1.* || 8.2.* || 8.3.* || 8.4.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"cucumber/cucumber": "dev-gherkin-24.1.0",
|
"cucumber/cucumber": "dev-gherkin-24.1.0",
|
||||||
"phpunit/phpunit": "^9.6",
|
"friendsofphp/php-cs-fixer": "^3.65",
|
||||||
|
"phpstan/extension-installer": "^1",
|
||||||
|
"phpstan/phpstan": "^2",
|
||||||
|
"phpstan/phpstan-phpunit": "^2",
|
||||||
|
"phpunit/phpunit": "^10.5",
|
||||||
|
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
|
||||||
"symfony/yaml": "^5.4 || ^6.4 || ^7.0"
|
"symfony/yaml": "^5.4 || ^6.4 || ^7.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
@ -143,11 +150,11 @@
|
||||||
{
|
{
|
||||||
"name": "Konstantin Kudryashov",
|
"name": "Konstantin Kudryashov",
|
||||||
"email": "ever.zet@gmail.com",
|
"email": "ever.zet@gmail.com",
|
||||||
"homepage": "http://everzet.com"
|
"homepage": "https://everzet.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Gherkin DSL parser for PHP",
|
"description": "Gherkin DSL parser for PHP",
|
||||||
"homepage": "http://behat.org/",
|
"homepage": "https://behat.org/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"BDD",
|
"BDD",
|
||||||
"Behat",
|
"Behat",
|
||||||
|
@ -158,9 +165,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/Behat/Gherkin/issues",
|
"issues": "https://github.com/Behat/Gherkin/issues",
|
||||||
"source": "https://github.com/Behat/Gherkin/tree/v4.11.0"
|
"source": "https://github.com/Behat/Gherkin/tree/v4.12.0"
|
||||||
},
|
},
|
||||||
"time": "2024-12-06T10:07:25+00:00"
|
"time": "2025-02-26T14:28:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "behat/transliterator",
|
"name": "behat/transliterator",
|
||||||
|
@ -857,16 +864,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nikic/php-parser",
|
"name": "nikic/php-parser",
|
||||||
"version": "v5.3.1",
|
"version": "v5.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nikic/PHP-Parser.git",
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
||||||
"reference": "8eea230464783aa9671db8eea6f8c6ac5285794b"
|
"reference": "447a020a1f875a434d62f2a401f53b82a396e494"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b",
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
|
||||||
"reference": "8eea230464783aa9671db8eea6f8c6ac5285794b",
|
"reference": "447a020a1f875a434d62f2a401f53b82a396e494",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -909,9 +916,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
||||||
"source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1"
|
"source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
|
||||||
},
|
},
|
||||||
"time": "2024-10-08T18:51:32+00:00"
|
"time": "2024-12-30T11:07:19+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phar-io/manifest",
|
"name": "phar-io/manifest",
|
||||||
|
@ -3295,16 +3302,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/console",
|
"name": "symfony/console",
|
||||||
"version": "v6.4.17",
|
"version": "v6.4.20",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/console.git",
|
"url": "https://github.com/symfony/console.git",
|
||||||
"reference": "799445db3f15768ecc382ac5699e6da0520a0a04"
|
"reference": "2e4af9c952617cc3f9559ff706aee420a8464c36"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04",
|
"url": "https://api.github.com/repos/symfony/console/zipball/2e4af9c952617cc3f9559ff706aee420a8464c36",
|
||||||
"reference": "799445db3f15768ecc382ac5699e6da0520a0a04",
|
"reference": "2e4af9c952617cc3f9559ff706aee420a8464c36",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -3369,7 +3376,7 @@
|
||||||
"terminal"
|
"terminal"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/console/tree/v6.4.17"
|
"source": "https://github.com/symfony/console/tree/v6.4.20"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -3385,20 +3392,20 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-12-07T12:07:30+00:00"
|
"time": "2025-03-03T17:16:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/dependency-injection",
|
"name": "symfony/dependency-injection",
|
||||||
"version": "v6.4.16",
|
"version": "v6.4.20",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/dependency-injection.git",
|
"url": "https://github.com/symfony/dependency-injection.git",
|
||||||
"reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8"
|
"reference": "c49796a9184a532843e78e50df9e55708b92543a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7a379d8871f6a36f01559c14e11141cc02eb8dc8",
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c49796a9184a532843e78e50df9e55708b92543a",
|
||||||
"reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8",
|
"reference": "c49796a9184a532843e78e50df9e55708b92543a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -3406,7 +3413,7 @@
|
||||||
"psr/container": "^1.1|^2.0",
|
"psr/container": "^1.1|^2.0",
|
||||||
"symfony/deprecation-contracts": "^2.5|^3",
|
"symfony/deprecation-contracts": "^2.5|^3",
|
||||||
"symfony/service-contracts": "^2.5|^3.0",
|
"symfony/service-contracts": "^2.5|^3.0",
|
||||||
"symfony/var-exporter": "^6.2.10|^7.0"
|
"symfony/var-exporter": "^6.4.20|^7.2.5"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"ext-psr": "<1.1|>=2",
|
"ext-psr": "<1.1|>=2",
|
||||||
|
@ -3450,7 +3457,7 @@
|
||||||
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
|
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/dependency-injection/tree/v6.4.16"
|
"source": "https://github.com/symfony/dependency-injection/tree/v6.4.20"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -3466,7 +3473,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-11-25T14:52:46+00:00"
|
"time": "2025-03-13T09:55:08+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/deprecation-contracts",
|
"name": "symfony/deprecation-contracts",
|
||||||
|
@ -4246,16 +4253,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/translation",
|
"name": "symfony/translation",
|
||||||
"version": "v6.4.13",
|
"version": "v6.4.19",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/translation.git",
|
"url": "https://github.com/symfony/translation.git",
|
||||||
"reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66"
|
"reference": "3b9bf9f33997c064885a7bfc126c14b9daa0e00e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/translation/zipball/bee9bfabfa8b4045a66bf82520e492cddbaffa66",
|
"url": "https://api.github.com/repos/symfony/translation/zipball/3b9bf9f33997c064885a7bfc126c14b9daa0e00e",
|
||||||
"reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66",
|
"reference": "3b9bf9f33997c064885a7bfc126c14b9daa0e00e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -4321,7 +4328,7 @@
|
||||||
"description": "Provides tools to internationalize your application",
|
"description": "Provides tools to internationalize your application",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/translation/tree/v6.4.13"
|
"source": "https://github.com/symfony/translation/tree/v6.4.19"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -4337,7 +4344,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-09-27T18:14:25+00:00"
|
"time": "2025-02-13T10:18:43+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/translation-contracts",
|
"name": "symfony/translation-contracts",
|
||||||
|
@ -4419,16 +4426,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/var-exporter",
|
"name": "symfony/var-exporter",
|
||||||
"version": "v6.4.13",
|
"version": "v6.4.20",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/var-exporter.git",
|
"url": "https://github.com/symfony/var-exporter.git",
|
||||||
"reference": "0f605f72a363f8743001038a176eeb2a11223b51"
|
"reference": "998df255e9e6a15a36ae35e9c6cd818c17cf92a2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/0f605f72a363f8743001038a176eeb2a11223b51",
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/998df255e9e6a15a36ae35e9c6cd818c17cf92a2",
|
||||||
"reference": "0f605f72a363f8743001038a176eeb2a11223b51",
|
"reference": "998df255e9e6a15a36ae35e9c6cd818c17cf92a2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -4476,7 +4483,7 @@
|
||||||
"serialize"
|
"serialize"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/var-exporter/tree/v6.4.13"
|
"source": "https://github.com/symfony/var-exporter/tree/v6.4.20"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -4492,20 +4499,20 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-09-25T14:18:03+00:00"
|
"time": "2025-03-13T09:55:08+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/yaml",
|
"name": "symfony/yaml",
|
||||||
"version": "v6.4.18",
|
"version": "v6.4.20",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/yaml.git",
|
"url": "https://github.com/symfony/yaml.git",
|
||||||
"reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5"
|
"reference": "28ee818fce4a73ac1474346b94e4b966f665c53f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5",
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/28ee818fce4a73ac1474346b94e4b966f665c53f",
|
||||||
"reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5",
|
"reference": "28ee818fce4a73ac1474346b94e4b966f665c53f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -4548,7 +4555,7 @@
|
||||||
"description": "Loads and dumps YAML files",
|
"description": "Loads and dumps YAML files",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/yaml/tree/v6.4.18"
|
"source": "https://github.com/symfony/yaml/tree/v6.4.20"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -4564,7 +4571,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-01-07T09:44:41+00:00"
|
"time": "2025-02-27T20:15:30+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "theseer/tokenizer",
|
"name": "theseer/tokenizer",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue