diff --git a/composer.lock b/composer.lock index c6f10c7f..be435ed0 100644 --- a/composer.lock +++ b/composer.lock @@ -4652,11 +4652,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.49", + "version": "2.1.50", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d0082955396e7f5ba19cf298224b85e1099f0ed8", - "reference": "d0082955396e7f5ba19cf298224b85e1099f0ed8", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d452086fb4cf648c6b2d8cf3b639351f79e4f3e2", + "reference": "d452086fb4cf648c6b2d8cf3b639351f79e4f3e2", "shasum": "" }, "require": { @@ -4701,7 +4701,7 @@ "type": "github" } ], - "time": "2026-04-16T21:10:58+00:00" + "time": "2026-04-17T13:10:32+00:00" }, { "name": "phpstan/phpstan-phpunit", diff --git a/tools/composer.lock b/tools/composer.lock index 56ac7552..729ade40 100644 --- a/tools/composer.lock +++ b/tools/composer.lock @@ -3147,30 +3147,30 @@ }, { "name": "roave/better-reflection", - "version": "6.70.0", + "version": "6.69.0", "source": { "type": "git", "url": "https://github.com/Roave/BetterReflection.git", - "reference": "73df862c931946cf677eddc1cca176e3bb6a1d34" + "reference": "dccbd10b5b3da8718f2945ad50faf90a1cb2db55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/73df862c931946cf677eddc1cca176e3bb6a1d34", - "reference": "73df862c931946cf677eddc1cca176e3bb6a1d34", + "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/dccbd10b5b3da8718f2945ad50faf90a1cb2db55", + "reference": "dccbd10b5b3da8718f2945ad50faf90a1cb2db55", "shasum": "" }, "require": { "ext-json": "*", "jetbrains/phpstorm-stubs": "2025.3", "nikic/php-parser": "^5.7.0", - "php": "~8.4.1 || ~8.5.0" + "php": "~8.3.2 || ~8.4.1 || ~8.5.0" }, "conflict": { "thecodingmachine/safe": "<1.1.3" }, "require-dev": { - "phpbench/phpbench": "^1.6.1", - "phpunit/phpunit": "^13.1.0" + "phpbench/phpbench": "^1.4.3", + "phpunit/phpunit": "^12.5.8" }, "suggest": { "composer/composer": "Required to use the ComposerSourceLocator" @@ -3210,9 +3210,9 @@ "description": "Better Reflection - an improved code reflection API", "support": { "issues": "https://github.com/Roave/BetterReflection/issues", - "source": "https://github.com/Roave/BetterReflection/tree/6.70.0" + "source": "https://github.com/Roave/BetterReflection/tree/6.69.0" }, - "time": "2026-04-07T18:16:42+00:00" + "time": "2026-02-01T13:20:30+00:00" }, { "name": "seld/jsonlint",