From e8f6de0b6311474ffabf890ebd579a46877ef7af Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sat, 28 Apr 2018 12:16:56 +0300 Subject: [PATCH] Fixed #22 Can't install package on Laravel 5.5.40 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4ef8c79..f9505a9 100644 --- a/composer.json +++ b/composer.json @@ -32,11 +32,11 @@ "illuminate/routing": "^5.4", "illuminate/validation": "^5.4", "illuminate/view": "^5.4", - "guzzlehttp/guzzle": "~6.0", - "nesbot/carbon": "~1.22" + "guzzlehttp/guzzle": "^6.0", + "nesbot/carbon": "^1.22" }, "require-dev": { - "phpunit/phpunit": "~5.7|~6.0|~7.0" + "phpunit/phpunit": "^5.7|^6.0|^7.0" }, "autoload": { "psr-4": {