From a5dbb2b92a5d0c975f461910d83c41062280a6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 04:00:46 +0000 Subject: [PATCH] composer(deps-dev): update phpstan/phpstan requirement 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.81) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 907b56e..e480f64 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "mimmi20/coding-standard": "^2.0.1", "pepakriz/phpstan-exception-rules": "^0.11.6", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^0.12.80", + "phpstan/phpstan": "^0.12.81", "phpstan/phpstan-deprecation-rules": "^0.12.6", "phpstan/phpstan-phpunit": "^0.12.18", "phpunit/phpunit": "^9.5.2"