From 2b7dfca1d6691ba4e3f1d1a6885bca87da31f4e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:01:55 +0000 Subject: [PATCH] Bump behat/gherkin from 4.14.0 to 4.15.0 in /plib/library Bumps [behat/gherkin](https://github.com/Behat/Gherkin) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/Behat/Gherkin/releases) - [Changelog](https://github.com/Behat/Gherkin/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Gherkin/compare/v4.14.0...v4.15.0) --- updated-dependencies: - dependency-name: behat/gherkin dependency-version: 4.15.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plib/library/composer.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plib/library/composer.lock b/plib/library/composer.lock index 0952163..b48b37b 100644 --- a/plib/library/composer.lock +++ b/plib/library/composer.lock @@ -606,25 +606,25 @@ "packages-dev": [ { "name": "behat/gherkin", - "version": "v4.14.0", + "version": "v4.15.0", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", - "reference": "34c9b59c59355a7b4c53b9f041c8dbd1c8acc3b4" + "reference": "05a7459283e8e6af0d46ec25b8bb5960ca3cfa7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/34c9b59c59355a7b4c53b9f041c8dbd1c8acc3b4", - "reference": "34c9b59c59355a7b4c53b9f041c8dbd1c8acc3b4", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/05a7459283e8e6af0d46ec25b8bb5960ca3cfa7b", + "reference": "05a7459283e8e6af0d46ec25b8bb5960ca3cfa7b", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", - "php": "8.1.* || 8.2.* || 8.3.* || 8.4.*" + "php": ">=8.1 <8.6" }, "require-dev": { - "cucumber/gherkin-monorepo": "dev-gherkin-v32.1.1", - "friendsofphp/php-cs-fixer": "^3.65", + "cucumber/gherkin-monorepo": "dev-gherkin-v36.0.0", + "friendsofphp/php-cs-fixer": "^3.77", "mikey179/vfsstream": "^1.6", "phpstan/extension-installer": "^1", "phpstan/phpstan": "^2", @@ -669,9 +669,9 @@ ], "support": { "issues": "https://github.com/Behat/Gherkin/issues", - "source": "https://github.com/Behat/Gherkin/tree/v4.14.0" + "source": "https://github.com/Behat/Gherkin/tree/v4.15.0" }, - "time": "2025-05-23T15:06:40+00:00" + "time": "2025-11-05T15:34:04+00:00" }, { "name": "codeception/codeception",