From 622aa8a609f811ac1656a475e8c1437e29566ad6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 00:45:14 +0000 Subject: [PATCH] Lock file maintenance --- .../composer.lock | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/roave-backward-compatibility-check/composer.lock b/tools/roave-backward-compatibility-check/composer.lock index 36e78a1f9..010acf927 100644 --- a/tools/roave-backward-compatibility-check/composer.lock +++ b/tools/roave-backward-compatibility-check/composer.lock @@ -1391,22 +1391,22 @@ }, { "name": "roave/better-reflection", - "version": "6.12.0", + "version": "6.13.0", "source": { "type": "git", "url": "https://github.com/Roave/BetterReflection.git", - "reference": "77c68f64032b73840305038ae3d1f6f209542937" + "reference": "89087a62547d5509b3a0329d8b67218448c7d1d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/77c68f64032b73840305038ae3d1f6f209542937", - "reference": "77c68f64032b73840305038ae3d1f6f209542937", + "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/89087a62547d5509b3a0329d8b67218448c7d1d7", + "reference": "89087a62547d5509b3a0329d8b67218448c7d1d7", "shasum": "" }, "require": { "ext-json": "*", "jetbrains/phpstorm-stubs": "2023.2", - "nikic/php-parser": "^4.16.0", + "nikic/php-parser": "^4.17.1", "php": "~8.1.0 || ~8.2.0", "roave/signature": "^1.7" }, @@ -1415,11 +1415,11 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpstan/phpstan": "^1.10.27", - "phpstan/phpstan-phpunit": "^1.3.13", - "phpunit/phpunit": "^10.3.1", + "phpstan/phpstan": "^1.10.32", + "phpstan/phpstan-phpunit": "^1.3.14", + "phpunit/phpunit": "^10.3.2", "roave/infection-static-analysis-plugin": "^1.32.0", - "vimeo/psalm": "5.14.1" + "vimeo/psalm": "5.15.0" }, "suggest": { "composer/composer": "Required to use the ComposerSourceLocator" @@ -1459,9 +1459,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.12.0" + "source": "https://github.com/Roave/BetterReflection/tree/6.13.0" }, - "time": "2023-08-07T13:53:57+00:00" + "time": "2023-08-29T19:55:40+00:00" }, { "name": "roave/signature",