diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2025-02-19 20:47:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-19 20:47:01 +0100 |
commit | 82603f97082211e5b0787a4a8d8966fc39820312 (patch) | |
tree | eaa2cd2f04b65767041eaa794e74d993acc5c04c | |
parent | bdc043dd041f3e9db40fdf66dc7d05400971f1a5 (diff) | |
parent | eb3c639c6b017778e5fa8a441c8c7ac707abd800 (diff) | |
download | nextcloud-server-82603f97082211e5b0787a4a8d8966fc39820312.tar.gz nextcloud-server-82603f97082211e5b0787a4a8d8966fc39820312.zip |
Merge pull request #50827 from nextcloud/dependabot/composer/build/integration/behat/behat-3.19.0
bump behat/behat from 3.18.1 to 3.19.0 in /build/integration
-rw-r--r-- | build/integration/composer.lock | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/build/integration/composer.lock b/build/integration/composer.lock index d7e7f462da5..4e036f29615 100644 --- a/build/integration/composer.lock +++ b/build/integration/composer.lock @@ -9,16 +9,16 @@ "packages-dev": [ { "name": "behat/behat", - "version": "v3.18.1", + "version": "v3.19.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "4621239e20fa4bb1ae1df1b2235fc930e6b27a13" + "reference": "6cf82375a88145e33e10a34b211a3f914cbd02ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/4621239e20fa4bb1ae1df1b2235fc930e6b27a13", - "reference": "4621239e20fa4bb1ae1df1b2235fc930e6b27a13", + "url": "https://api.github.com/repos/Behat/Behat/zipball/6cf82375a88145e33e10a34b211a3f914cbd02ee", + "reference": "6cf82375a88145e33e10a34b211a3f914cbd02ee", "shasum": "" }, "require": { @@ -37,12 +37,12 @@ "symfony/yaml": "^5.4 || ^6.4 || ^7.0" }, "require-dev": { + "friendsofphp/php-cs-fixer": "^3.68", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^9.6", "sebastian/diff": "^4.0", "symfony/polyfill-php84": "^1.31", - "symfony/process": "^5.4 || ^6.4 || ^7.0", - "vimeo/psalm": "^5.0" + "symfony/process": "^5.4 || ^6.4 || ^7.0" }, "suggest": { "ext-dom": "Needed to output test results in JUnit format." @@ -95,9 +95,9 @@ ], "support": { "issues": "https://github.com/Behat/Behat/issues", - "source": "https://github.com/Behat/Behat/tree/v3.18.1" + "source": "https://github.com/Behat/Behat/tree/v3.19.0" }, - "time": "2025-01-10T10:08:15+00:00" + "time": "2025-02-13T09:07:11+00:00" }, { "name": "behat/gherkin", @@ -4496,16 +4496,16 @@ }, { "name": "symfony/yaml", - "version": "v6.4.13", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "e99b4e94d124b29ee4cf3140e1b537d2dad8cec9" + "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/e99b4e94d124b29ee4cf3140e1b537d2dad8cec9", - "reference": "e99b4e94d124b29ee4cf3140e1b537d2dad8cec9", + "url": "https://api.github.com/repos/symfony/yaml/zipball/bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", + "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", "shasum": "" }, "require": { @@ -4548,7 +4548,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.13" + "source": "https://github.com/symfony/yaml/tree/v6.4.18" }, "funding": [ { @@ -4564,7 +4564,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2025-01-07T09:44:41+00:00" }, { "name": "theseer/tokenizer", @@ -4627,5 +4627,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } |