From e9ab5d821cd93287e04e81f9c5c326e27f71e40d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 07:18:20 +0000 Subject: [PATCH] Update mockery/mockery requirement from 1.4.2 to 1.4.3 Updates the requirements on [mockery/mockery](https://github.com/mockery/mockery) to permit the latest version. - [Release notes](https://github.com/mockery/mockery/releases) - [Changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md) - [Commits](https://github.com/mockery/mockery/compare/1.4.2...1.4.3) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e5cbfc2..ad9e688 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "nette/tester": "2.3.5", - "mockery/mockery": "1.4.2", + "mockery/mockery": "1.4.3", "phpstan/phpstan": "0.12.78", "phpstan/phpstan-strict-rules": "0.12.9", "pepakriz/phpstan-exception-rules": "0.11.6",