From 7e6dfe981c5400cf3588c72aa18dd9ee3ac4ffc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:41:08 +0200 Subject: [PATCH] chore: update phpstan and friends --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e086e89..3cb7f4f 100644 --- a/composer.json +++ b/composer.json @@ -33,11 +33,11 @@ "ergebnis/composer-normalize": "~2.42.0", "infection/infection": "^0.27.10", "maglnet/composer-require-checker": "^4.7", - "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "1.10.58", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "1.11.10", "phpunit/phpunit": "^10.4", "rector/rector": "1.0.1", - "symplify/phpstan-rules": "^12.4", + "symplify/phpstan-rules": "^13.0", "tomasvotruba/cognitive-complexity": "^0.2.3" }, "autoload": {