From 5daebca565e2c2c59c93f3fd938c0933053d8987 Mon Sep 17 00:00:00 2001 From: Dominik Kohler Date: Tue, 24 Nov 2020 15:14:34 +0100 Subject: [PATCH] Compatibility Update for Laravel 8 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index eb087b3..6bf715b 100644 --- a/composer.json +++ b/composer.json @@ -6,10 +6,10 @@ "require": { "php": ">=7.2.5", "ext-json": "*", - "guzzlehttp/guzzle": "^6.3", - "illuminate/config": "^7.0", - "illuminate/support": "^7.0", - "illuminate/validation": "^7.0" + "guzzlehttp/guzzle": "^7.0", + "illuminate/config": "^8.0", + "illuminate/support": "^8.0", + "illuminate/validation": "^8.0" }, "autoload": { "psr-4": {