From 87db6c0c5cca93b942ce1c9c2dd76dcea6a38cd6 Mon Sep 17 00:00:00 2001 From: Eric Junker Date: Tue, 14 Feb 2023 18:38:01 -0600 Subject: [PATCH] Allow Laravel 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c1524e..bb3e6fb 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": ">=5.5.0", - "illuminate/support": "5.*|6.*|7.*|8.*|9.*", + "illuminate/support": "5.*|6.*|7.*|8.*|9.*|10.*", "guzzlehttp/guzzle": "^6.1|^7.1", "symfony/dom-crawler": "^3.0|^4.0|^5.0|^6.0", "symfony/css-selector": "^3.0|^4.0|^5.0|^6.0"