From 8064261d694d190e4a5e44d730d9a7497b53e285 Mon Sep 17 00:00:00 2001 From: Willian Date: Thu, 22 Jul 2021 15:03:11 -0300 Subject: [PATCH] support laravel 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6314a7c..624f96b 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "illuminate/support": "^6.0|~7.0", + "illuminate/support": "^6.0|~7.0|~8.0", "league/omnipay": "~3.0" }, "autoload": {