From 98c5b03171ae4c8b36dfba44fa932d6b0950c38a Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 24 Jul 2024 01:50:28 +0200 Subject: [PATCH] Bump dev tools (#6476) * phpstan/phpstan (1.11.5 => 1.11.7) * phpunit/phpunit (9.6.19 => 9.6.20) * squizlabs/php_codesniffer (3.10.1 => 3.10.2) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 283bc279727..d29e7fcc1f4 100644 --- a/composer.json +++ b/composer.json @@ -43,12 +43,12 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.11.5", + "phpstan/phpstan": "1.11.7", "phpstan/phpstan-strict-rules": "^1.6", - "phpunit/phpunit": "9.6.19", + "phpunit/phpunit": "9.6.20", "psalm/plugin-phpunit": "0.18.4", "slevomat/coding-standard": "8.13.1", - "squizlabs/php_codesniffer": "3.10.1", + "squizlabs/php_codesniffer": "3.10.2", "symfony/cache": "^5.4|^6.0|^7.0", "symfony/console": "^4.4|^5.4|^6.0|^7.0", "vimeo/psalm": "4.30.0"