From 95d8e696c8afb54b4a0f0c1689664e23be2fcdc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 05:40:57 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.80 to 0.12.82 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.80...0.12.82) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b69dce3..bd8a92a 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require-dev": { "nette/tester": "2.4.0", "mockery/mockery": "1.4.3", - "phpstan/phpstan": "0.12.80", + "phpstan/phpstan": "0.12.82", "phpstan/phpstan-strict-rules": "0.12.9", "pepakriz/phpstan-exception-rules": "0.11.6", "phpstan/phpstan-nette": "0.12.16",