From f9ab467b9eec0a568eb6585535e21f7601e2310c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:41:46 +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 2afa831..0e6cf19 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "test": "vendor/bin/phpunit" }, "require-dev": { - "mockery/mockery": "^1.5", + "mockery/mockery": "^1.6", "orchestra/testbench": "^6.28|^7.0", "orchestra/testbench-core": "^6.28|^7.0", "phpunit/phpunit": "^9.5.21"