From c18be6ac62e945efafa5ac9e9d0733e3f9d716a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 16:03:22 +0000 Subject: [PATCH] Update phpstan/phpstan-mockery requirement from 0.12.13 to 0.12.14 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.13...0.12.14) --- updated-dependencies: - dependency-name: phpstan/phpstan-mockery dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 36f757c..adf1efb 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/phpstan-nette": "0.12.21", "nepada/phpstan-nette-tester": "0.3.1", "spaze/phpstan-disallowed-calls": "1.4.0", - "phpstan/phpstan-mockery": "0.12.13", + "phpstan/phpstan-mockery": "0.12.14", "php-parallel-lint/php-parallel-lint": "1.3.0", "nepada/coding-standard": "7.4.0", "nette/bootstrap": "^3.0@dev",