From a19b25d5cbef851333c795223aeebb0d7dc19509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Feb 2021 16:46:51 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.63 to ^0.12.78 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.63...0.12.78) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a2bba49..8ca2f04 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require-dev": { "nette/tester": "^2.3.4", "mockery/mockery": "^1.4.2", - "phpstan/phpstan": "^0.12.63", + "phpstan/phpstan": "^0.12.78", "phpstan/phpstan-strict-rules": "^0.12.9", "pepakriz/phpstan-exception-rules": "^0.11.6", "phpstan/phpstan-nette": "^0.12.12",