diff --git a/composer.json b/composer.json index 85c502a2e..9983b30b0 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ ], "require-dev": { "phpbench/phpbench": "^1.4.0", - "phpunit/phpunit": "^11.5.4" + "phpunit/phpunit": "^11.5.6" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 5274a23ed..90a21d7fb 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": "018d018b49a97008c32c39ec4ffcb924", + "content-hash": "e604c32f23359da166c21e2aaa734c9e", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -918,16 +918,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.5.4", + "version": "11.5.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "e0da3559ec50a91f6a6a201473b607b5ccfd9a1b" + "reference": "3c3ae14c90f244cdda95028c3e469028e8d1c02c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e0da3559ec50a91f6a6a201473b607b5ccfd9a1b", - "reference": "e0da3559ec50a91f6a6a201473b607b5ccfd9a1b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3c3ae14c90f244cdda95028c3e469028e8d1c02c", + "reference": "3c3ae14c90f244cdda95028c3e469028e8d1c02c", "shasum": "" }, "require": { @@ -999,7 +999,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.5.4" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.6" }, "funding": [ { @@ -1015,7 +1015,7 @@ "type": "tidelift" } ], - "time": "2025-01-28T15:03:46+00:00" + "time": "2025-01-31T07:03:30+00:00" }, { "name": "psr/cache",