From 9ef0e0176bcd4b9cecc5cd055520a43d35cce4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:46:49 +0000 Subject: [PATCH] Bump the phpstan group with 3 updates (#110) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3aece17..c160e7f 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,12 @@ }, "require-dev": { "nette/tester": "2.5.1", - "phpstan/phpstan": "1.10.46", + "phpstan/phpstan": "1.10.50", "phpstan/phpstan-strict-rules": "1.5.2", "phpstan/phpstan-nette": "1.2.9", "nepada/phpstan-nette-tester": "1.1.0", - "spaze/phpstan-disallowed-calls": "2.16.1", - "shipmonk/phpstan-rules": "2.10.0", + "spaze/phpstan-disallowed-calls": "3.0.0", + "shipmonk/phpstan-rules": "2.11.1", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.14.0", "nette/di": "^3.0.6@dev",