From 5c6546f4af0e20ac6d73a93f7e3d249772593944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 04:24:59 +0000 Subject: [PATCH] Bump phpunit/phpunit from 12.5.7 to 12.5.8 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.5.7 to 12.5.8. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.5.8/ChangeLog-12.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.5.7...12.5.8) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.5.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 5f19d1b..6a7ebeb 100644 --- a/composer.lock +++ b/composer.lock @@ -4066,16 +4066,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.5.7", + "version": "12.5.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "79dee3d2685b80518e94b9ea741b3f822b213a5e" + "reference": "37ddb96c14bfee10304825edbb7e66d341ec6889" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/79dee3d2685b80518e94b9ea741b3f822b213a5e", - "reference": "79dee3d2685b80518e94b9ea741b3f822b213a5e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/37ddb96c14bfee10304825edbb7e66d341ec6889", + "reference": "37ddb96c14bfee10304825edbb7e66d341ec6889", "shasum": "" }, "require": { @@ -4143,7 +4143,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.7" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.8" }, "funding": [ { @@ -4167,7 +4167,7 @@ "type": "tidelift" } ], - "time": "2026-01-24T16:12:53+00:00" + "time": "2026-01-27T06:12:29+00:00" }, { "name": "prestashop/php-coding-standards",