From 6c12657bda6b05262d2eb59c4e34f94f37714d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 09:00:00 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.79 to 0.12.80 (#8) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b28c175..71a0aa1 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "nette/tester": "2.3.5", - "phpstan/phpstan": "0.12.79", + "phpstan/phpstan": "0.12.80", "phpstan/phpstan-strict-rules": "0.12.9", "pepakriz/phpstan-exception-rules": "0.11.6", "phpstan/phpstan-nette": "0.12.14",