diff --git a/composer.json b/composer.json index ae39735..11f1608 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ergebnis/php-cs-fixer-config": "~6.19.0", "ergebnis/phpunit-slow-test-detector": "^2.9.0", "infection/infection": "~0.27.9", - "phpunit/phpunit": "^10.5.5", + "phpunit/phpunit": "^10.5.7", "psalm/plugin-phpunit": "~0.18.4", "rector/rector": "~0.19.0", "roave/backward-compatibility-check": "^8.6.0", diff --git a/composer.lock b/composer.lock index 0097543..772bfd8 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": "6d3135fa4eb3fd91ffbc7cbb7b772b0c", + "content-hash": "02f1df6e7bdca0147bd84d4f5dbb83dc", "packages": [ { "name": "psr/clock", @@ -3702,16 +3702,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.5", + "version": "10.5.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" + "reference": "e5c5b397a95cb0db013270a985726fcae93e61b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", - "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e5c5b397a95cb0db013270a985726fcae93e61b8", + "reference": "e5c5b397a95cb0db013270a985726fcae93e61b8", "shasum": "" }, "require": { @@ -3783,7 +3783,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.7" }, "funding": [ { @@ -3799,7 +3799,7 @@ "type": "tidelift" } ], - "time": "2023-12-27T15:13:52+00:00" + "time": "2024-01-14T16:40:30+00:00" }, { "name": "psalm/plugin-phpunit",