From 264d0486b1381dfa4cdce2a64f0c3d9f00f93e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:08:14 +0000 Subject: [PATCH] Update mockery/mockery requirement from 1.6.4 to 1.6.6 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/1.6.x/CHANGELOG.md) - [Commits](https://github.com/mockery/mockery/compare/1.6.4...1.6.6) --- 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 9dc8dbe..78bc098 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "nette/tester": "2.4.3", - "mockery/mockery": "1.6.4", + "mockery/mockery": "1.6.6", "phpstan/phpstan": "1.10.32", "phpstan/phpstan-strict-rules": "1.5.1", "phpstan/phpstan-nette": "1.2.9",