From bf448bb7594271418da580493a7afa259a6a14b1 Mon Sep 17 00:00:00 2001 From: kevinmrpvision Date: Wed, 29 Nov 2017 21:04:51 +0530 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3ad3c3f..a17936c 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ "license": "MIT", "require": { "php": ">=5.6", - "guzzlehttp/guzzle": "^6.3.*" + "guzzlehttp/guzzle": "^6.3" }, "require-dev": { - "phpunit/phpunit": "~5.7.*" + "phpunit/phpunit": "5.*" } }