From 8e79bee7130f889851d1a7d05ce25a116946f285 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 14 Sep 2023 15:00:57 +0200 Subject: [PATCH] PHPStan 1.10.34, PHPUnit 9.6.12 (#6151) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index df35e706433..2294bf10fea 100644 --- a/composer.json +++ b/composer.json @@ -43,9 +43,9 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.10.32", + "phpstan/phpstan": "1.10.34", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "9.6.11", + "phpunit/phpunit": "9.6.12", "psalm/plugin-phpunit": "0.18.4", "slevomat/coding-standard": "8.13.1", "squizlabs/php_codesniffer": "3.7.2",