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