From 298a8a2c6592a17edb8d687d05efc5abb45d932c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:53:27 +0000 Subject: [PATCH] [TASK] Update dvdoug/behat-code-coverage requirement Updates the requirements on [dvdoug/behat-code-coverage](https://github.com/dvdoug/behat-code-coverage) to permit the latest version. - [Release notes](https://github.com/dvdoug/behat-code-coverage/releases) - [Changelog](https://github.com/dvdoug/behat-code-coverage/blob/master/CHANGELOG.md) - [Commits](https://github.com/dvdoug/behat-code-coverage/compare/v5.3.5...v5.3.6) --- updated-dependencies: - dependency-name: dvdoug/behat-code-coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 32e0a79..8262d22 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "behat/behat": "^3.16", - "dvdoug/behat-code-coverage": "^5.3.5", + "dvdoug/behat-code-coverage": "^5.3.6", "ergebnis/composer-normalize": "^2.44.0", "friendsofphp/php-cs-fixer": "^3.64.0", "phpstan/extension-installer": "^1.4.3",