From cedb3da4be97e15ab4fb62f9719923de91c6d108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Feb 2021 16:44:02 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from ^0.12.7 to ^0.12.9 Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/0.12.7...0.12.9) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e25c137..32e9e90 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "nette/tester": "^2.3.4", "mockery/mockery": "^1.4.2", "phpstan/phpstan": "^0.12.63", - "phpstan/phpstan-strict-rules": "^0.12.7", + "phpstan/phpstan-strict-rules": "^0.12.9", "pepakriz/phpstan-exception-rules": "^0.11.6", "phpstan/phpstan-nette": "^0.12.12", "nepada/phpstan-nette-tester": "^0.3.1",