From 628c768b93aabeba24efd9db5ff87a68a328920c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 04:16:18 +0000 Subject: [PATCH] Update localheinz/phpstan-rules requirement from ^0.10 to ^0.12 Updates the requirements on [localheinz/phpstan-rules](https://github.com/localheinz/phpstan-rules) to permit the latest version. - [Release notes](https://github.com/localheinz/phpstan-rules/releases) - [Changelog](https://github.com/localheinz/phpstan-rules/blob/master/CHANGELOG.md) - [Commits](https://github.com/localheinz/phpstan-rules/compare/0.10.0...0.12.2) 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 060c087..c52380a 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "friendsofphp/php-cs-fixer": "^2.15", "infection/infection": "^0.12.0 || ^0.13.0", "localheinz/composer-normalize": "^1.1.0", - "localheinz/phpstan-rules": "^0.10", + "localheinz/phpstan-rules": "^0.12", "pepakriz/phpstan-exception-rules": "^0.8", "phpstan/phpstan": "^0.11", "phpstan/phpstan-deprecation-rules": "^0.11",