diff --git a/composer.lock b/composer.lock index 182adba..41aefa2 100644 --- a/composer.lock +++ b/composer.lock @@ -1893,16 +1893,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.3", + "version": "12.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed" + "reference": "e469daf4e173c4b7f2d6154d364f468f3713f632" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", - "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e469daf4e173c4b7f2d6154d364f468f3713f632", + "reference": "e469daf4e173c4b7f2d6154d364f468f3713f632", "shasum": "" }, "require": { @@ -1912,11 +1912,11 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.12.1", + "myclabs/deep-copy": "^1.13.0", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", - "phpunit/php-code-coverage": "^12.0.2", + "phpunit/php-code-coverage": "^12.0.3", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.0.0", @@ -1970,7 +1970,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.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.4" }, "funding": [ { @@ -1986,7 +1986,7 @@ "type": "tidelift" } ], - "time": "2025-02-18T06:28:55+00:00" + "time": "2025-02-21T06:10:40+00:00" }, { "name": "psr/container",