From d07cf6e3cdf8a31ee89920b457e09da364d548fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 05:42:01 +0000 Subject: [PATCH] Update phpstan/phpstan-mockery requirement from 0.12.12 to 0.12.13 Updates the requirements on [phpstan/phpstan-mockery](https://github.com/phpstan/phpstan-mockery) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-mockery/releases) - [Commits](https://github.com/phpstan/phpstan-mockery/compare/0.12.12...0.12.13) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 813ff52..2c95260 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan-nette": "0.12.16", "nepada/phpstan-nette-tester": "0.3.1", "spaze/phpstan-disallowed-calls": "1.4.0", - "phpstan/phpstan-mockery": "0.12.12", + "phpstan/phpstan-mockery": "0.12.13", "php-parallel-lint/php-parallel-lint": "1.2", "nepada/coding-standard": "7.3", "nette/bootstrap": "^3.0@dev",