From f4661e1b8caa2c4a9138f0dd515c5a1786c5994e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 07:13:07 +0000 Subject: [PATCH] Build(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.55...0.12.56) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4441e6d..9134f3f 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "mimmi20/coding-standard": "~1.0.5", "pepakriz/phpstan-exception-rules": "~0.11.2", "phpstan/extension-installer": "~1.0.5", - "phpstan/phpstan": "~0.12.55", + "phpstan/phpstan": "~0.12.56", "phpstan/phpstan-deprecation-rules": "~0.12.5", "phpstan/phpstan-phpunit": "~0.12.16", "phpunit/phpunit": "~7.5.20 || ~8.5.8 || ~9.4.2"