diff --git a/composer.json b/composer.json index 58e3f71f..daa7e7d6 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,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.4", "spatie/laravel-ignition": "2.3.2" }, "autoload": { diff --git a/composer.lock b/composer.lock index e024bec6..51963712 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": "257872fc6f103f98e4519c2c9beafa85", + "content-hash": "b84c7365751856605d8d8281b0ed1b6e", "packages": [ { "name": "brick/math", @@ -6786,16 +6786,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.3", + "version": "10.5.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19" + "reference": "f15372ecc42f14d64e2e6e2f07d22308c316b888" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6fce887c71076a73f32fd3e0774a6833fc5c7f19", - "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f15372ecc42f14d64e2e6e2f07d22308c316b888", + "reference": "f15372ecc42f14d64e2e6e2f07d22308c316b888", "shasum": "" }, "require": { @@ -6867,7 +6867,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.4" }, "funding": [ { @@ -6883,7 +6883,7 @@ "type": "tidelift" } ], - "time": "2023-12-13T07:25:23+00:00" + "time": "2023-12-27T13:17:25+00:00" }, { "name": "sebastian/cli-parser",