From 199cb1d175651897a1904a3d670255583f929cd5 Mon Sep 17 00:00:00 2001 From: harensarma Date: Sun, 18 Apr 2021 21:07:09 +0530 Subject: [PATCH] Removed space from versions of guzzlehttp Removed space from versions of guzzlehttp, else second version was not working in laravel --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6e51e8f..f6ea9d7 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "guzzlehttp/guzzle": "^6.3 | ^7.0", + "guzzlehttp/guzzle": "^6.3|^7.0", "PHP": "^7.1", "kornrunner/keccak": "~1.0", "phpseclib/phpseclib": "~2.0.11",