From 3ce559cfec72d11e49ea286e21f6f5cc3d89d778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:44:33 +0000 Subject: [PATCH] Bump the phpstan group with 3 updates (#124) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ac6502f..a750a14 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,12 @@ }, "require-dev": { "nette/tester": "2.5.4", - "phpstan/phpstan": "1.12.5", + "phpstan/phpstan": "1.12.7", "phpstan/phpstan-strict-rules": "1.6.1", "phpstan/phpstan-nette": "1.3.8", "nepada/phpstan-nette-tester": "1.2.1", - "spaze/phpstan-disallowed-calls": "3.4.0", - "shipmonk/phpstan-rules": "3.2.0", + "spaze/phpstan-disallowed-calls": "3.5.1", + "shipmonk/phpstan-rules": "3.2.1", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "7.14.1", "nette/di": "^3.0.6@dev",