From 0188202c52aad2ceae79d82ea1a798a1908ea8fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:38:27 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11.3.3 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.3.2 | 11.3.3 | --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index be3e1910..b9e96d71 100644 --- a/composer.lock +++ b/composer.lock @@ -2314,16 +2314,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.3.2", + "version": "11.3.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "8a4de85cc4a78c59dd31cc4ef454b0029f8440dc" + "reference": "8ed08766d9a2ed979a2f5fdbb95a0671523419c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8a4de85cc4a78c59dd31cc4ef454b0029f8440dc", - "reference": "8a4de85cc4a78c59dd31cc4ef454b0029f8440dc", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8ed08766d9a2ed979a2f5fdbb95a0671523419c1", + "reference": "8ed08766d9a2ed979a2f5fdbb95a0671523419c1", "shasum": "" }, "require": { @@ -2394,7 +2394,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.3.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.3" }, "funding": [ { @@ -2410,7 +2410,7 @@ "type": "tidelift" } ], - "time": "2024-09-03T12:00:26+00:00" + "time": "2024-09-04T13:34:52+00:00" }, { "name": "psr/cache",