From e0285f25eb93acd9af76cfb1e6f470f9fc5ef75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:41:34 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.85 to 0.12.88 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.85...0.12.88) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a715b49..4927df2 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "nette/tester": "2.4.0", "mockery/mockery": "1.4.3", - "phpstan/phpstan": "0.12.85", + "phpstan/phpstan": "0.12.88", "phpstan/phpstan-strict-rules": "0.12.9", "pepakriz/phpstan-exception-rules": "0.11.6", "phpstan/phpstan-nette": "0.12.16",