diff --git a/composer.json b/composer.json index 1db0a584..b3aabbc0 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.1", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.1", + "phpunit/phpunit": "^10.2", "qossmic/deptrac-shim": "^1.0.2", "rector/rector": "^0.17.0", "spatie/laravel-ignition": "^2.0" diff --git a/composer.lock b/composer.lock index ae716c3e..92e0a64e 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": "c693da53d2bf4a387f75f8b43d845be8", + "content-hash": "2545f077c28b64768a2dc842288484b9", "packages": [ { "name": "akaunting/laravel-money", @@ -9691,16 +9691,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.2.0", + "version": "10.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3aad97fde1f3e490e2b316ba56bc4680310e3c3f" + "reference": "599b33294350e8f51163119d5670512f98b0490d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3aad97fde1f3e490e2b316ba56bc4680310e3c3f", - "reference": "3aad97fde1f3e490e2b316ba56bc4680310e3c3f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/599b33294350e8f51163119d5670512f98b0490d", + "reference": "599b33294350e8f51163119d5670512f98b0490d", "shasum": "" }, "require": { @@ -9772,7 +9772,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.2.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.1" }, "funding": [ { @@ -9788,7 +9788,7 @@ "type": "tidelift" } ], - "time": "2023-06-02T05:42:13+00:00" + "time": "2023-06-05T05:15:51+00:00" }, { "name": "qossmic/deptrac-shim",