diff --git a/composer.json b/composer.json index 5e9b62c2..10064f1d 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "laravel/sail": "^1.26.3", "mockery/mockery": "^1.6.7", "nunomaduro/collision": "^7.10.0", - "phpunit/phpunit": "^10.5.3", + "phpunit/phpunit": "^10.5.5", "psalm/plugin-laravel": "^2.8.0", "psalm/plugin-phpunit": "~0.18.4", "rector/rector": "~0.18.13", diff --git a/composer.lock b/composer.lock index 5e7470f0..2f4527d2 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": "358ef86e8f572e744d389a336538f407", + "content-hash": "8bb14d8f7e82c63ee4738d32425f9a6d", "packages": [ { "name": "brick/math", @@ -8899,16 +8899,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.3", + "version": "10.5.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19" + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6fce887c71076a73f32fd3e0774a6833fc5c7f19", - "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", "shasum": "" }, "require": { @@ -8980,7 +8980,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.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.5" }, "funding": [ { @@ -8996,7 +8996,7 @@ "type": "tidelift" } ], - "time": "2023-12-13T07:25:23+00:00" + "time": "2023-12-27T15:13:52+00:00" }, { "name": "pimple/pimple",