diff --git a/composer.json b/composer.json index ce106ae1..fd76f348 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "laravel/telescope": "4.14.0", "mockery/mockery": "1.5.1", "nunomaduro/collision": "7.3.2", - "phpunit/phpunit": "10.0.17", + "phpunit/phpunit": "10.0.18", "spatie/laravel-ignition": "2.0.0" }, "config": { diff --git a/composer.lock b/composer.lock index 1c70127c..8d0b53c3 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": "3e4b53de688af217618488dcdd6b343c", + "content-hash": "b47cda6cc7fb83c6864d2c96079e2c9f", "packages": [ { "name": "brick/math", @@ -6454,16 +6454,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.0.17", + "version": "10.0.18", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b75eddcabca052312ae38c8a2bc69ff1a7b89b77" + "reference": "582563ed2edc62d1455cdbe00ea49fe09428eef3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b75eddcabca052312ae38c8a2bc69ff1a7b89b77", - "reference": "b75eddcabca052312ae38c8a2bc69ff1a7b89b77", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/582563ed2edc62d1455cdbe00ea49fe09428eef3", + "reference": "582563ed2edc62d1455cdbe00ea49fe09428eef3", "shasum": "" }, "require": { @@ -6535,7 +6535,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.0.17" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.18" }, "funding": [ { @@ -6551,7 +6551,7 @@ "type": "tidelift" } ], - "time": "2023-03-20T14:42:33+00:00" + "time": "2023-03-22T06:15:31+00:00" }, { "name": "sebastian/cli-parser",