From 43145efef37ea0926177bf02fb4d333d0307eb67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 07:20:35 +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.66...0.12.67) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2ab296f..5d79f1d 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "mimmi20/json-class": "~2.0.16", "pepakriz/phpstan-exception-rules": "~0.11.3", "phpstan/extension-installer": "~1.1.0", - "phpstan/phpstan": "~0.12.66", + "phpstan/phpstan": "~0.12.67", "phpstan/phpstan-deprecation-rules": "~0.12.6", "phpstan/phpstan-phpunit": "~0.12.17", "phpunit/phpunit": "~7.5.20 || ~8.5.13 || ~9.5.0",