From 37c3b64f296804291033dcde78dd09efb072935c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 03:11:04 +0000 Subject: [PATCH] Bump phpunit/phpunit from 12.0.8 to 12.0.9 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.0.8 to 12.0.9. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.0.9/ChangeLog-12.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.0.8...12.0.9) --- updated-dependencies: - dependency-name: phpunit/phpunit 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 20af9cc..60655a1 100644 --- a/composer.lock +++ b/composer.lock @@ -2918,16 +2918,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.8", + "version": "12.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ef9ca85556e4142ee2ca05ffb5afbe4303da20ac" + "reference": "7835bb4276780e0bbb385ce0a777b839e03096db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ef9ca85556e4142ee2ca05ffb5afbe4303da20ac", - "reference": "ef9ca85556e4142ee2ca05ffb5afbe4303da20ac", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7835bb4276780e0bbb385ce0a777b839e03096db", + "reference": "7835bb4276780e0bbb385ce0a777b839e03096db", "shasum": "" }, "require": { @@ -2995,7 +2995,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.0.8" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.9" }, "funding": [ { @@ -3011,7 +3011,7 @@ "type": "tidelift" } ], - "time": "2025-03-18T13:44:41+00:00" + "time": "2025-03-19T13:47:33+00:00" }, { "name": "sebastian/cli-parser",