From 0d8a2c23db640392eb70a0efaaca93ce9a75252b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 04:16:49 +0000 Subject: [PATCH] Build(deps-dev): Update localheinz/phpstan-rules requirement Updates the requirements on [localheinz/phpstan-rules](https://github.com/ergebnis/phpstan-rules) to permit the latest version. - [Release notes](https://github.com/ergebnis/phpstan-rules/releases) - [Changelog](https://github.com/ergebnis/phpstan-rules/blob/master/CHANGELOG.md) - [Commits](https://github.com/ergebnis/phpstan-rules/compare/0.13.0...0.14.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 0eb3d24..45a2a6c 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "friendsofphp/php-cs-fixer": "^2.16.1", "infection/infection": "^0.13.6", "localheinz/composer-normalize": "^1.3.1", - "localheinz/phpstan-rules": "^0.13.0", + "localheinz/phpstan-rules": "^0.14.2", "pepakriz/phpstan-exception-rules": "^0.9.0", "phpstan/phpstan": "^0.11.19", "phpstan/phpstan-deprecation-rules": "^0.11.2",