From f0954a48b38437c4e0d53d6e3692370e5654bb6a Mon Sep 17 00:00:00 2001 From: Jonathan Bernardi Date: Wed, 9 Sep 2020 21:45:20 -0700 Subject: [PATCH] Add Laravel 8 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6006a0e..f88af7d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "5.5.* | 5.6.* | 5.7.* | 5.8.* | 6.* | 7.*" + "illuminate/support": "5.5.* | 5.6.* | 5.7.* | 5.8.* | 6.* | 7.* | 8.*" }, "autoload": { "psr-0": {