diff --git a/composer.json b/composer.json index 2020379d..36931e08 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "laravel/telescope": "4.13.2", "mockery/mockery": "1.5.1", "nunomaduro/collision": "7.0.4", - "phpunit/phpunit": "10.0.7", + "phpunit/phpunit": "10.0.8", "spatie/laravel-ignition": "2.0.0" }, "config": { diff --git a/composer.lock b/composer.lock index 31d1d0bd..1dcb11b5 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": "631b384eed70b870d2da3f67b9b63bc7", + "content-hash": "8e092ad42c76581535a0b4b1fc590096", "packages": [ { "name": "brick/math", @@ -6445,16 +6445,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.0.7", + "version": "10.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a6f61c5629dd95db79af72f1e94d56702187479a" + "reference": "be72e6e446f40e930b6350922d302690bb35888e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6f61c5629dd95db79af72f1e94d56702187479a", - "reference": "a6f61c5629dd95db79af72f1e94d56702187479a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/be72e6e446f40e930b6350922d302690bb35888e", + "reference": "be72e6e446f40e930b6350922d302690bb35888e", "shasum": "" }, "require": { @@ -6525,7 +6525,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.7" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.8" }, "funding": [ { @@ -6541,7 +6541,7 @@ "type": "tidelift" } ], - "time": "2023-02-08T15:16:31+00:00" + "time": "2023-02-18T16:32:22+00:00" }, { "name": "sebastian/cli-parser",