From e16288b360f000d9aa5669eb12f0d165e9c47a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 05:41:03 +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 b69dce3..03e73d8 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,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.0", "nepada/coding-standard": "7.3" },