From f4d6866cf8d0dc3eab7d2618ccbb02810c96df85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:04:54 +0000 Subject: [PATCH] Update mockery/mockery requirement from ^1.3 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.3.0...1.6.12) --- 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 eea7a6e..83e0c6d 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpunit/phpunit": "^9.5|^10.0", "squizlabs/php_codesniffer": "^2.5", "orchestra/testbench": "^4.18|^6.21|^8.0|^9.0", - "mockery/mockery": "^1.3" + "mockery/mockery": "^1.6" }, "autoload": { "psr-4": {