From 1f6a2aec3afeb013497f5a6a93fc2cb3bc661a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 05:01:33 +0000 Subject: [PATCH] Chore(deps-dev): Bump php-coveralls/php-coveralls Bumps the tools_php-coveralls_dependencies group in /tools/06_php-coveralls with 1 update: [php-coveralls/php-coveralls](https://github.com/php-coveralls/php-coveralls). Updates `php-coveralls/php-coveralls` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/php-coveralls/php-coveralls/releases) - [Changelog](https://github.com/php-coveralls/php-coveralls/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-coveralls/php-coveralls/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: php-coveralls/php-coveralls dependency-version: 2.9.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tools_php-coveralls_dependencies ... Signed-off-by: dependabot[bot] --- tools/06_php-coveralls/composer.json | 2 +- tools/06_php-coveralls/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/06_php-coveralls/composer.json b/tools/06_php-coveralls/composer.json index 1f608b389..ff1efcf62 100644 --- a/tools/06_php-coveralls/composer.json +++ b/tools/06_php-coveralls/composer.json @@ -6,7 +6,7 @@ "php": "^8.4.0" }, "require-dev": { - "php-coveralls/php-coveralls": "2.9.0", + "php-coveralls/php-coveralls": "2.9.1", "roave/security-advisories": "dev-latest" }, "config": { diff --git a/tools/06_php-coveralls/composer.lock b/tools/06_php-coveralls/composer.lock index 467decb51..2d19acbe5 100644 --- a/tools/06_php-coveralls/composer.lock +++ b/tools/06_php-coveralls/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "08faf10ed99b99c2c589dbec493df5a8", + "content-hash": "5e7c4a71d6deccbb02e2807a64a60c05", "packages": [], "packages-dev": [ { @@ -334,16 +334,16 @@ }, { "name": "php-coveralls/php-coveralls", - "version": "v2.9.0", + "version": "v2.9.1", "source": { "type": "git", "url": "https://github.com/php-coveralls/php-coveralls.git", - "reference": "468f5247e9e36ecc9b34f501cab868e7ac7c1f73" + "reference": "916bdb118597f61ce6715fb738ab8f234b89a2cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/468f5247e9e36ecc9b34f501cab868e7ac7c1f73", - "reference": "468f5247e9e36ecc9b34f501cab868e7ac7c1f73", + "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/916bdb118597f61ce6715fb738ab8f234b89a2cb", + "reference": "916bdb118597f61ce6715fb738ab8f234b89a2cb", "shasum": "" }, "require": { @@ -411,9 +411,9 @@ ], "support": { "issues": "https://github.com/php-coveralls/php-coveralls/issues", - "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.9.0" + "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.9.1" }, - "time": "2025-11-06T10:39:48+00:00" + "time": "2025-12-18T13:08:37+00:00" }, { "name": "psr/container",