diff --git a/composer.json b/composer.json index 8bec4a67..5553c1b1 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "laravel/sail": "v1.22.0", "mockery/mockery": "1.5.1", "nunomaduro/collision": "7.5.2", - "phpunit/phpunit": "10.1.3", + "phpunit/phpunit": "10.2.0", "spatie/laravel-ignition": "2.1.3", "squizlabs/php_codesniffer": "3.7.2" }, diff --git a/composer.lock b/composer.lock index 18175f80..c3a6f8ca 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": "e48f4bd08b06f11101ca9843242b4513", + "content-hash": "934bbe02feaebc8b5502ce81ae594e47", "packages": [ { "name": "brick/math", @@ -6906,16 +6906,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.1.3", + "version": "10.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "2379ebafc1737e71cdc84f402acb6b7f04198b9d" + "reference": "3aad97fde1f3e490e2b316ba56bc4680310e3c3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2379ebafc1737e71cdc84f402acb6b7f04198b9d", - "reference": "2379ebafc1737e71cdc84f402acb6b7f04198b9d", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3aad97fde1f3e490e2b316ba56bc4680310e3c3f", + "reference": "3aad97fde1f3e490e2b316ba56bc4680310e3c3f", "shasum": "" }, "require": { @@ -6955,7 +6955,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.1-dev" + "dev-main": "10.2-dev" } }, "autoload": { @@ -6987,7 +6987,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.1.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.0" }, "funding": [ { @@ -7003,7 +7003,7 @@ "type": "tidelift" } ], - "time": "2023-05-11T05:16:22+00:00" + "time": "2023-06-02T05:42:13+00:00" }, { "name": "sebastian/cli-parser",