diff --git a/composer.lock b/composer.lock index 3620f58..fc84869 100644 --- a/composer.lock +++ b/composer.lock @@ -2918,16 +2918,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.5", + "version": "12.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0f177d7316ba155d36337c3811b11993b54dae32" + "reference": "a1c7e1e0466b6774de8edd72d91bc82400f7dfc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0f177d7316ba155d36337c3811b11993b54dae32", - "reference": "0f177d7316ba155d36337c3811b11993b54dae32", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1c7e1e0466b6774de8edd72d91bc82400f7dfc0", + "reference": "a1c7e1e0466b6774de8edd72d91bc82400f7dfc0", "shasum": "" }, "require": { @@ -2941,7 +2941,7 @@ "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", - "phpunit/php-code-coverage": "^12.0.3", + "phpunit/php-code-coverage": "^12.0.4", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.0.0", @@ -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.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.6" }, "funding": [ { @@ -3011,7 +3011,7 @@ "type": "tidelift" } ], - "time": "2025-02-25T06:13:04+00:00" + "time": "2025-03-05T07:38:55+00:00" }, { "name": "sebastian/cli-parser",