From e4e0cfcbb341eb6e600f9a9bd96270e9b15cdeec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:49:17 +0000 Subject: [PATCH] Update mockery/mockery requirement from ^1.5 to ^1.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.5.0...1.6.12) --- updated-dependencies: - dependency-name: mockery/mockery dependency-version: 1.6.12 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 15539f4..776bb02 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "test": "vendor/bin/phpunit" }, "require-dev": { - "mockery/mockery": "^1.5", + "mockery/mockery": "^1.6", "orchestra/testbench": "^7.6.0", "orchestra/testbench-core": "^6.28|^7.0", "phpunit/phpunit": "^9.5.21"