From f358767884ece241ffe971596c25e652207ee404 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:18:02 +0000 Subject: [PATCH] chore(deps) Update dependency phpunit/phpunit to v11.2.2 --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 1bc5f85..188628a 100644 --- a/composer.lock +++ b/composer.lock @@ -2010,16 +2010,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.2.1", + "version": "11.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "1b8775732e9c401bda32df3ffbdf90dec7533ceb" + "reference": "3e1843a58adc9c433ee6170bdee7d615f7ccc20b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1b8775732e9c401bda32df3ffbdf90dec7533ceb", - "reference": "1b8775732e9c401bda32df3ffbdf90dec7533ceb", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e1843a58adc9c433ee6170bdee7d615f7ccc20b", + "reference": "3e1843a58adc9c433ee6170bdee7d615f7ccc20b", "shasum": "" }, "require": { @@ -2090,7 +2090,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.2" }, "funding": [ { @@ -2106,7 +2106,7 @@ "type": "tidelift" } ], - "time": "2024-06-11T07:30:35+00:00" + "time": "2024-06-15T09:14:53+00:00" }, { "name": "psr/event-dispatcher",