From c705305be560b788cdac7173aa765badaae4744e Mon Sep 17 00:00:00 2001 From: Jonas Drieghe Date: Mon, 21 Feb 2022 09:51:31 +0100 Subject: [PATCH] Allow installation in Laravel. 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5907c39..3c1524e 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": ">=5.5.0", - "illuminate/support": "5.*|6.*|7.*|8.*", + "illuminate/support": "5.*|6.*|7.*|8.*|9.*", "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"