From caf2c4d32fbdc4bb2cb7755c8a9aab8af7341d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:42:32 +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 1d9f659..b3422df 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ "require-dev": { "brotkrueml/coding-standards": "~3.0.0", "ergebnis/composer-normalize": "~2.42.0", - "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "1.11.0", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "1.11.9", "phpunit/phpunit": "^9.6", "rector/rector": "1.0.5", "symfony/yaml": "^5.4 || ^6.4 || ^7.0", - "symplify/phpstan-rules": "^12.4", + "symplify/phpstan-rules": "^13.0", "tomasvotruba/cognitive-complexity": "^0.2.3", "typo3/cms-install": "^11.5.3 || ^12.4 || ^13.1" },