From 7381e996aa8b4966665ed8406d6b346b809eec52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:08:27 +0000 Subject: [PATCH] Update mockery/mockery requirement from 1.5.0 to 1.5.1 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.5.0...1.5.1) --- 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 e39928c..0b2d4c3 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "nette/tester": "2.4.3", - "mockery/mockery": "1.5.0", + "mockery/mockery": "1.5.1", "phpstan/phpstan": "1.8.6", "phpstan/phpstan-strict-rules": "1.4.4", "phpstan/phpstan-nette": "1.1.0",