From 32a2eb99336ee2fda28e545ae9a1cbf4e3cada34 Mon Sep 17 00:00:00 2001 From: rupamjbordoloi Date: Tue, 29 Sep 2020 10:49:46 +0530 Subject: [PATCH] upgrade to laravel 8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 26b3097..a1155b9 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ } ], "require": { - "php": ">=7.0.0", - "guzzlehttp/guzzle": "^6.2", - "illuminate/support": "^6.0" + "php": ">=7.3.0", + "guzzlehttp/guzzle": "^7.0.1", + "illuminate/support": "^8.0" }, "autoload": { "psr-4": {