diff --git a/composer.json b/composer.json index c9f3904e4..9983b30b0 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,8 @@ ], "require-dev": { - "phpbench/phpbench": "^1.3.1", - "phpunit/phpunit": "^11.5.3" + "phpbench/phpbench": "^1.4.0", + "phpunit/phpunit": "^11.5.6" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index e47fdf90c..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": "763dfaa2584302e43d9d9b808cae5eeb", + "content-hash": "e604c32f23359da166c21e2aaa734c9e", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -918,16 +918,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.5.5", + "version": "11.5.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b9a975972f580c0491f834eb0818ad2b32fd8bba" + "reference": "3c3ae14c90f244cdda95028c3e469028e8d1c02c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b9a975972f580c0491f834eb0818ad2b32fd8bba", - "reference": "b9a975972f580c0491f834eb0818ad2b32fd8bba", + "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.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.6" }, "funding": [ { @@ -1015,7 +1015,7 @@ "type": "tidelift" } ], - "time": "2025-01-29T14:01:11+00:00" + "time": "2025-01-31T07:03:30+00:00" }, { "name": "psr/cache", diff --git a/tools/composer.json b/tools/composer.json index 0f0c2ccec..ac2f98e0a 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -5,7 +5,7 @@ "phpstan/phpstan-phpunit": "^2.0.4", "vimeo/psalm": "^5.26.1", "roave/backward-compatibility-check": "^8.10.0", - "roave/infection-static-analysis-plugin": "^1.35.0" + "roave/infection-static-analysis-plugin": "^1.36.0" }, "config": { "allow-plugins": {