diff --git a/composer.json b/composer.json index 2af9c01d1a..bb361e4565 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "myclabs/deep-copy": "^1.12.1", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", - "phpunit/php-code-coverage": "^12.0.1", + "phpunit/php-code-coverage": "^12.0.2", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.0.0", diff --git a/composer.lock b/composer.lock index fabc25206a..04bba0523b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4f02f3afdfba31381514e2d193955f07", + "content-hash": "d62adca87ae17b0dfa0786992703e8a3", "packages": [ { "name": "myclabs/deep-copy", @@ -244,16 +244,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "12.0.1", + "version": "12.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "89d8cb213336dfd15f134bd4ebfd9a420bba6024" + "reference": "69dde560510151f7d04315fac6c72016cc5d7bc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/89d8cb213336dfd15f134bd4ebfd9a420bba6024", - "reference": "89d8cb213336dfd15f134bd4ebfd9a420bba6024", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/69dde560510151f7d04315fac6c72016cc5d7bc8", + "reference": "69dde560510151f7d04315fac6c72016cc5d7bc8", "shasum": "" }, "require": { @@ -309,7 +309,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.0.1" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.0.2" }, "funding": [ { @@ -317,7 +317,7 @@ "type": "github" } ], - "time": "2025-02-07T13:45:04+00:00" + "time": "2025-02-08T09:08:00+00:00" }, { "name": "phpunit/php-file-iterator",