From 67928eccd462a9233e989872c6ed3e033c4a012a Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 2 Sep 2021 12:52:44 +0200 Subject: [PATCH] Mockery --- composer.json | 4 ++-- src/Illuminate/Testing/composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 91b1f1d5137f..5d8369cd7dde 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.4.4", "orchestra/testbench-core": "^6.23", "pda/pheanstalk": "^4.0", "phpunit/phpunit": "^8.5.8|^9.3.3", @@ -138,7 +138,7 @@ "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).", - "mockery/mockery": "Required to use mocking (^1.4.2).", + "mockery/mockery": "Required to use mocking (^1.4.4).", "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", "phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3).", diff --git a/src/Illuminate/Testing/composer.json b/src/Illuminate/Testing/composer.json index 2dfe3b64eac3..1e9825a423cb 100644 --- a/src/Illuminate/Testing/composer.json +++ b/src/Illuminate/Testing/composer.json @@ -35,7 +35,7 @@ "illuminate/console": "Required to assert console commands (^8.0).", "illuminate/database": "Required to assert databases (^8.0).", "illuminate/http": "Required to assert responses (^8.0).", - "mockery/mockery": "Required to use mocking (^1.4.2).", + "mockery/mockery": "Required to use mocking (^1.4.4).", "phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3)." }, "config": {