diff --git a/composer.json b/composer.json index 5bb666f4..9dec1d17 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "fakerphp/faker": "1.23.1", "mockery/mockery": "1.6.12", "nunomaduro/collision": "7.10.0", - "phpunit/phpunit": "10.5.23" + "phpunit/phpunit": "10.5.24" }, "config": { "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index 25153bd7..b7f7a716 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": "48cb8a9277aabac6e5f506dad48c46d4", + "content-hash": "81043b9cba03b0dc6e3d32d80f071b6e", "packages": [ { "name": "brick/math", @@ -5921,16 +5921,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.23", + "version": "10.5.24", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "12826591cc32fa0959b7e7577a90c3f527e377b2" + "reference": "5f124e3e3e561006047b532fd0431bf5bb6b9015" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/12826591cc32fa0959b7e7577a90c3f527e377b2", - "reference": "12826591cc32fa0959b7e7577a90c3f527e377b2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f124e3e3e561006047b532fd0431bf5bb6b9015", + "reference": "5f124e3e3e561006047b532fd0431bf5bb6b9015", "shasum": "" }, "require": { @@ -6002,7 +6002,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.5.23" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.24" }, "funding": [ { @@ -6018,7 +6018,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T07:29:28+00:00" + "time": "2024-06-20T13:09:54+00:00" }, { "name": "sebastian/cli-parser",