From 531c0f1dc6c48f28d8d3eb6de6b8de8d40f0e574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 09:03:31 +0000 Subject: [PATCH] Update mockery/mockery requirement from 1.4.3 to 1.4.4 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.3...1.4.4) --- updated-dependencies: - dependency-name: mockery/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 871efb5..cda4f63 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "nette/tester": "2.4.1", - "mockery/mockery": "1.4.3", + "mockery/mockery": "1.4.4", "phpstan/phpstan": "0.12.97", "phpstan/phpstan-strict-rules": "0.12.11", "pepakriz/phpstan-exception-rules": "0.11.7",