From 48c2a790ea6de5ada7a66135cda97479ee38a6c4 Mon Sep 17 00:00:00 2001 From: Paul Vidal Date: Tue, 9 Nov 2021 18:03:27 -0500 Subject: [PATCH] Soporte para laravel 8.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fd0072d..104a110 100644 --- a/composer.json +++ b/composer.json @@ -33,8 +33,8 @@ }, "require": { "php": "^7.2", - "guzzlehttp/guzzle": "~6.0 || ^7.0", - "illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*|| 5.9.* || ^6.0 || ^7.0" + "guzzlehttp/guzzle": "~6.0 || ^7.0 || ^8.0", + "illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*|| 5.9.* || ^6.0 || ^7.0 || ^8.0" }, "extra": { "laravel": {