From c71585873543fc6e56ee91098a5e8701900c9748 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 08:34:56 +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.5...0.12.7) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6f56eeb..251d895 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "friendsofphp/php-cs-fixer": "^2.16.1", "infection/infection": "^0.13.6", "pepakriz/phpstan-exception-rules": "^0.10.1", - "phpstan/phpstan": "^0.12.5", + "phpstan/phpstan": "^0.12.7", "phpstan/phpstan-deprecation-rules": "^0.12.2", "phpstan/phpstan-phpunit": "^0.12.6", "phpstan/phpstan-strict-rules": "^0.12.2",