From a5283c973ca5bebe2b6a4398bd0b343ad1c042a3 Mon Sep 17 00:00:00 2001 From: Ricardo Sierra Date: Fri, 22 Jan 2021 21:43:56 -0300 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index da7b104..cec3d45 100644 --- a/composer.json +++ b/composer.json @@ -26,10 +26,10 @@ } ], "require": { - "php": "^7.4", + "php": "^7.0", "fzaninotto/faker": ">=1.8", "nesbot/carbon": ">=2.0|1.*", - "guzzlehttp/guzzle": "^6.3|^7.0" + "guzzlehttp/guzzle": "^6.3|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": ">=4.0",