From 6f44018efdd6ec77143bd011932ed5a4db74f29c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sat, 1 Jun 2019 04:12:32 +0000 Subject: [PATCH] Update localheinz/phpstan-rules requirement from ^0.8 || ^0.9 to ^0.8 || ^0.9 || ^0.10 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/commits/0.10.0) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 22c2ecb..46e1557 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.8 || ^0.9", + "localheinz/phpstan-rules": "^0.8 || ^0.9 || ^0.10", "pepakriz/phpstan-exception-rules": "^0.7 || ^0.8", "phpstan/phpstan": "^0.11", "phpstan/phpstan-deprecation-rules": "^0.11",