From 38201f0135c9da611eb0fc131fe30a91fb1f3d41 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 30 Aug 2021 16:50:23 +0200 Subject: [PATCH] Try Mockery 1.3.x-dev --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 91b1f1d5137f..8776a5bbf178 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "filp/whoops": "^2.8", "guzzlehttp/guzzle": "^6.5.5|^7.0.1", "league/flysystem-cached-adapter": "^1.0", - "mockery/mockery": "1.4.x-dev", + "mockery/mockery": "1.3.x-dev", "orchestra/testbench-core": "^6.23", "pda/pheanstalk": "^4.0", "phpunit/phpunit": "^8.5.8|^9.3.3",