From e8102b3c408ec76e2c07f2751778d12a37c72c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 03:11:21 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from 1.0.0 to 1.1.0 (#41) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1a38e33..2fb056d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "nette/tester": "2.4.1", "phpstan/phpstan": "1.3.0", - "phpstan/phpstan-strict-rules": "1.0.0", + "phpstan/phpstan-strict-rules": "1.1.0", "phpstan/phpstan-nette": "1.0.0", "nepada/phpstan-nette-tester": "0.4.0", "spaze/phpstan-disallowed-calls": "2.1.0",