diff --git a/composer.json b/composer.json index 563395a..873d6b0 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "fakerphp/faker": "1.23.1", "mockery/mockery": "1.6.12", "nunomaduro/collision": "7.11.0", - "phpunit/phpunit": "11.4.2" + "phpunit/phpunit": "11.4.3" }, "config": { "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index bf568a7..cd1bd34 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": "358bffb5f965f86ca589acf4fdbf79fd", + "content-hash": "f6226ccc1373750dcf41e3896ed94547", "packages": [ { "name": "brick/math", @@ -5898,16 +5898,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.4.2", + "version": "11.4.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "1863643c3f04ad03dcb9c6996c294784cdda4805" + "reference": "e8e8ed1854de5d36c088ec1833beae40d2dedd76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1863643c3f04ad03dcb9c6996c294784cdda4805", - "reference": "1863643c3f04ad03dcb9c6996c294784cdda4805", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e8e8ed1854de5d36c088ec1833beae40d2dedd76", + "reference": "e8e8ed1854de5d36c088ec1833beae40d2dedd76", "shasum": "" }, "require": { @@ -5978,7 +5978,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.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.3" }, "funding": [ { @@ -5994,7 +5994,7 @@ "type": "tidelift" } ], - "time": "2024-10-19T13:05:19+00:00" + "time": "2024-10-28T13:07:50+00:00" }, { "name": "sebastian/cli-parser",