From 998713652173f881657c37bc26d0503f0bf066ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 03:09:13 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 1.8.0 to 1.8.2 (#62) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9f6cfa0..63deb9d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require-dev": { "nette/tester": "2.4.2", - "phpstan/phpstan": "1.8.0", + "phpstan/phpstan": "1.8.2", "phpstan/phpstan-strict-rules": "1.3.0", "phpstan/phpstan-nette": "1.0.0", "nepada/phpstan-nette-tester": "0.4.0",