diff --git a/composer.json b/composer.json index 360d0e0..d07ea55 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": "11.4.0" + "phpunit/phpunit": "11.4.1" }, "config": { "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index 167a82e..e63cf5d 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": "02d01188fd032c286caddfc198326291", + "content-hash": "f1491466993601c09db0474317760171", "packages": [ { "name": "brick/math", @@ -5899,16 +5899,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.4.0", + "version": "11.4.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "89fe0c530133c08f7fff89d3d727154e4e504925" + "reference": "7875627f15f4da7e7f0823d1f323f7295a77334e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/89fe0c530133c08f7fff89d3d727154e4e504925", - "reference": "89fe0c530133c08f7fff89d3d727154e4e504925", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7875627f15f4da7e7f0823d1f323f7295a77334e", + "reference": "7875627f15f4da7e7f0823d1f323f7295a77334e", "shasum": "" }, "require": { @@ -5979,7 +5979,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.1" }, "funding": [ { @@ -5995,7 +5995,7 @@ "type": "tidelift" } ], - "time": "2024-10-05T08:39:03+00:00" + "time": "2024-10-08T15:38:37+00:00" }, { "name": "sebastian/cli-parser",