diff --git a/composer.json b/composer.json index c37efc0c..35c1ce71 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "laravel/telescope": "4.10.0", "mockery/mockery": "1.5.1", "nunomaduro/collision": "6.3.1", - "phpunit/phpunit": "9.5.26", + "phpunit/phpunit": "9.5.27", "spatie/laravel-ignition": "1.6.2" }, "config": { diff --git a/composer.lock b/composer.lock index 5869805a..4761c230 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": "92c304a1746d94e3878f1f038ddcea08", + "content-hash": "e2c6c3d35d21f8fb27ff114e0fb7854c", "packages": [ { "name": "brick/math", @@ -6614,16 +6614,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.26", + "version": "9.5.27", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2" + "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2", - "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38", + "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38", "shasum": "" }, "require": { @@ -6696,7 +6696,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27" }, "funding": [ { @@ -6712,7 +6712,7 @@ "type": "tidelift" } ], - "time": "2022-10-28T06:00:21+00:00" + "time": "2022-12-09T07:31:23+00:00" }, { "name": "sebastian/cli-parser",