From e7a508db4766b42756dcf43eece1121bc77b18de Mon Sep 17 00:00:00 2001 From: Howie Date: Fri, 23 Aug 2019 15:36:55 +0800 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0c55f59..8fd7ab7 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ "guzzlehttp/guzzle": "~6.3.0", "guzzlehttp/psr7": "^1.6", "guzzlehttp/promises": "~1.0", - "mockery/mockery": "^0.9.7" + "mockery/mockery": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^5.0" }, "suggest": { "ext-curl": "*",