From 5612abba1580efa6160ce128d9405080433a5bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 04:01:15 +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.69...0.12.70) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b8b6e5..cb4004a 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "mimmi20/coding-standard": "~1.0.9", "pepakriz/phpstan-exception-rules": "~0.11.5", "phpstan/extension-installer": "~1.1.0", - "phpstan/phpstan": "~0.12.69", + "phpstan/phpstan": "~0.12.70", "phpstan/phpstan-deprecation-rules": "~0.12.6", "phpstan/phpstan-phpunit": "~0.12.17", "phpunit/phpunit": "~7.5.20 || ~8.5.13 || ~9.5.0"