From eae28c2c8754da2ef17fb1ec73e4beea1a4b1448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agli=20Pan=C3=A7i?= Date: Tue, 8 Feb 2022 12:28:14 +0100 Subject: [PATCH] Laravel 9 Support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f8c4fdf..d8c1c66 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ } ], "require": { - "illuminate/support": ">=4.2 <9.0", - "illuminate/cache": ">=4.2 <9.0" + "illuminate/support": ">=4.2 <=9.0", + "illuminate/cache": ">=4.2 <=9.0" }, "suggest": { "illuminate/filesystem": "Save settings to a JSON file.",