From 29f8ee6b7290987a6d852f3b8f15678840ee8751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 09:06:52 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from 1.3.0 to 1.4.2 (#67) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e12fe8e..81fa0aa 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "nette/tester": "2.4.3", "mockery/mockery": "1.5.0", "phpstan/phpstan": "1.8.2", - "phpstan/phpstan-strict-rules": "1.3.0", + "phpstan/phpstan-strict-rules": "1.4.2", "phpstan/phpstan-nette": "1.0.0", "nepada/phpstan-nette-tester": "0.4.0", "spaze/phpstan-disallowed-calls": "2.5.0",