diff --git a/composer.json b/composer.json index fa84dadf..88651ffe 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "laravel/telescope": "4.14.0", "mockery/mockery": "1.5.1", "nunomaduro/collision": "7.0.5", - "phpunit/phpunit": "10.0.11", + "phpunit/phpunit": "10.0.12", "spatie/laravel-ignition": "2.0.0" }, "config": { diff --git a/composer.lock b/composer.lock index 5c16d3f3..cd6102ca 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": "32e11b4de322b8fcf50926cf2365b9b4", + "content-hash": "746e1b9997a83f66dfe01a05ccdec3bb", "packages": [ { "name": "brick/math", @@ -6127,23 +6127,23 @@ }, { "name": "phpunit/php-code-coverage", - "version": "10.0.0", + "version": "10.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "bf4fbc9c13af7da12b3ea807574fb460f255daba" + "reference": "b9c21a93dd8c8eed79879374884ee733259475cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/bf4fbc9c13af7da12b3ea807574fb460f255daba", - "reference": "bf4fbc9c13af7da12b3ea807574fb460f255daba", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b9c21a93dd8c8eed79879374884ee733259475cc", + "reference": "b9c21a93dd8c8eed79879374884ee733259475cc", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", + "nikic/php-parser": "^4.15", "php": ">=8.1", "phpunit/php-file-iterator": "^4.0", "phpunit/php-text-template": "^3.0", @@ -6192,7 +6192,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.0.0" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.0.1" }, "funding": [ { @@ -6200,7 +6200,7 @@ "type": "github" } ], - "time": "2023-02-03T07:14:34+00:00" + "time": "2023-02-25T05:35:03+00:00" }, { "name": "phpunit/php-file-iterator", @@ -6445,16 +6445,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.0.11", + "version": "10.0.12", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d18a18b07e7a9ad52d994b1785f9e301fc84b616" + "reference": "87d5cfdb4ecf440fb9f08b636b1152be433fc6f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d18a18b07e7a9ad52d994b1785f9e301fc84b616", - "reference": "d18a18b07e7a9ad52d994b1785f9e301fc84b616", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/87d5cfdb4ecf440fb9f08b636b1152be433fc6f1", + "reference": "87d5cfdb4ecf440fb9f08b636b1152be433fc6f1", "shasum": "" }, "require": { @@ -6525,7 +6525,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.11" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.12" }, "funding": [ { @@ -6541,7 +6541,7 @@ "type": "tidelift" } ], - "time": "2023-02-20T16:39:36+00:00" + "time": "2023-02-25T06:05:15+00:00" }, { "name": "sebastian/cli-parser",