From b4945485461920fba392692f798c63433cf02156 Mon Sep 17 00:00:00 2001 From: Eric Junker Date: Tue, 8 Sep 2020 14:15:40 -0500 Subject: [PATCH] Support for Laravel 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e888559..1030730 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": ">=5.5.0", - "illuminate/support": "5.*|6.*|7.*", + "illuminate/support": "5.*|6.*|7.*|8.*", "guzzlehttp/guzzle": "^6.1", "symfony/dom-crawler": "^3.0", "symfony/css-selector": "^3.0"