diff --git a/tools/roave-backward-compatibility-check/composer.lock b/tools/roave-backward-compatibility-check/composer.lock index 30b750cd1..11fe09fbd 100644 --- a/tools/roave-backward-compatibility-check/composer.lock +++ b/tools/roave-backward-compatibility-check/composer.lock @@ -778,16 +778,16 @@ }, { "name": "jetbrains/phpstorm-stubs", - "version": "v2023.1", + "version": "v2023.2", "source": { "type": "git", "url": "https://github.com/JetBrains/phpstorm-stubs.git", - "reference": "de53302780aee15d724360f2ee728946a4527659" + "reference": "3bb9c8a1050ad324c2dca7964487fa9f081f1005" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/de53302780aee15d724360f2ee728946a4527659", - "reference": "de53302780aee15d724360f2ee728946a4527659", + "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/3bb9c8a1050ad324c2dca7964487fa9f081f1005", + "reference": "3bb9c8a1050ad324c2dca7964487fa9f081f1005", "shasum": "" }, "require-dev": { @@ -820,9 +820,9 @@ "type" ], "support": { - "source": "https://github.com/JetBrains/phpstorm-stubs/tree/v2023.1" + "source": "https://github.com/JetBrains/phpstorm-stubs/tree/v2023.2" }, - "time": "2023-02-11T17:45:35+00:00" + "time": "2023-07-14T12:50:15+00:00" }, { "name": "justinrainbow/json-schema", @@ -1391,21 +1391,21 @@ }, { "name": "roave/better-reflection", - "version": "6.11.0", + "version": "6.12.0", "source": { "type": "git", "url": "https://github.com/Roave/BetterReflection.git", - "reference": "37becb29df3c008d8396b37c71a920d7abde974f" + "reference": "77c68f64032b73840305038ae3d1f6f209542937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/37becb29df3c008d8396b37c71a920d7abde974f", - "reference": "37becb29df3c008d8396b37c71a920d7abde974f", + "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/77c68f64032b73840305038ae3d1f6f209542937", + "reference": "77c68f64032b73840305038ae3d1f6f209542937", "shasum": "" }, "require": { "ext-json": "*", - "jetbrains/phpstorm-stubs": "2023.1", + "jetbrains/phpstorm-stubs": "2023.2", "nikic/php-parser": "^4.16.0", "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.26", + "phpstan/phpstan": "^1.10.27", "phpstan/phpstan-phpunit": "^1.3.13", - "phpunit/phpunit": "^10.2.6", + "phpunit/phpunit": "^10.3.1", "roave/infection-static-analysis-plugin": "^1.32.0", - "vimeo/psalm": "5.14.0" + "vimeo/psalm": "5.14.1" }, "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.11.0" + "source": "https://github.com/Roave/BetterReflection/tree/6.12.0" }, - "time": "2023-07-31T14:36:09+00:00" + "time": "2023-08-07T13:53:57+00:00" }, { "name": "roave/signature",